Struct lcms2_sys::ffi::_cmsContext_struct
source · #[repr(C)]pub struct _cmsContext_struct { /* private fields */ }
Auto Trait Implementations§
impl RefUnwindSafe for _cmsContext_struct
impl Send for _cmsContext_struct
impl Sync for _cmsContext_struct
impl Unpin for _cmsContext_struct
impl UnwindSafe for _cmsContext_struct
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