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