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