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