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