pub struct CrsenR { /* private fields */ }
Expand description
Value of the field CRSEN
Implementations§
Auto Trait Implementations§
impl Freeze for CrsenR
impl RefUnwindSafe for CrsenR
impl Send for CrsenR
impl Sync for CrsenR
impl Unpin for CrsenR
impl UnwindSafe for CrsenR
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