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