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