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