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