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