Struct stm32_metapac::usb::regs::Daddr
#[repr(transparent)]pub struct Daddr(pub u32);
Expand description
device address
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Daddr
impl Eq for Daddr
impl StructuralPartialEq for Daddr
Auto Trait Implementations§
impl Freeze for Daddr
impl RefUnwindSafe for Daddr
impl Send for Daddr
impl Sync for Daddr
impl Unpin for Daddr
impl UnwindSafe for Daddr
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