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