#[repr(C)]pub struct _cmsContext_struct { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _cmsContext_struct
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