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