Struct stm32_metapac::crc::Crc
pub struct Crc { /* private fields */ }
Expand description
Cyclic Redundancy Check calculation unit
Implementations§
Trait Implementations§
impl Copy for Crc
impl Eq for Crc
impl Send for Crc
impl StructuralPartialEq for Crc
impl Sync for Crc
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