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