pub struct Crc0 { /* private fields */ }Expand description
CRC
Implementations§
Trait Implementations§
impl Copy for Crc0
impl Eq for Crc0
impl Send for Crc0
impl StructuralPartialEq for Crc0
impl Sync for Crc0
Auto Trait Implementations§
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