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