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