#[repr(transparent)]pub struct Stataddr(pub u32);Expand description
Location of Status block in memory space, if enabled.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Stataddr
impl Eq for Stataddr
impl StructuralPartialEq for Stataddr
Auto Trait Implementations§
impl Freeze for Stataddr
impl RefUnwindSafe for Stataddr
impl Send for Stataddr
impl Sync for Stataddr
impl Unpin for Stataddr
impl UnwindSafe for Stataddr
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