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