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