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