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