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