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