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