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