#[repr(transparent)]pub struct Packet5(pub u32);Expand description
DCP work packet 5 status register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Packet5
impl Eq for Packet5
impl StructuralPartialEq for Packet5
Auto Trait Implementations§
impl Freeze for Packet5
impl RefUnwindSafe for Packet5
impl Send for Packet5
impl Sync for Packet5
impl Unpin for Packet5
impl UnwindSafe for Packet5
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