#[repr(transparent)]pub struct WrData8(pub u32);Expand description
8-bit CRC Data.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for WrData8
impl Eq for WrData8
impl StructuralPartialEq for WrData8
Auto Trait Implementations§
impl Freeze for WrData8
impl RefUnwindSafe for WrData8
impl Send for WrData8
impl Sync for WrData8
impl Unpin for WrData8
impl UnwindSafe for WrData8
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