#[repr(transparent)]pub struct Mapbase(pub u32);Expand description
Base0 and Base1 mapped offsets for ports
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Mapbase
impl Eq for Mapbase
impl StructuralPartialEq for Mapbase
Auto Trait Implementations§
impl Freeze for Mapbase
impl RefUnwindSafe for Mapbase
impl Send for Mapbase
impl Sync for Mapbase
impl Unpin for Mapbase
impl UnwindSafe for Mapbase
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