Struct ipp_headers_sys::LUT_Spec
source · #[repr(C)]pub struct LUT_Spec { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LUT_Spec
impl RefUnwindSafe for LUT_Spec
impl Send for LUT_Spec
impl Sync for LUT_Spec
impl Unpin for LUT_Spec
impl UnwindSafe for LUT_Spec
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more