#[repr(transparent)]pub struct DmaInterruptStatus(pub u32);Expand description
Interrupt Status
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for DmaInterruptStatus
impl Clone for DmaInterruptStatus
Source§fn clone(&self) -> DmaInterruptStatus
fn clone(&self) -> DmaInterruptStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DmaInterruptStatus
impl Debug for DmaInterruptStatus
Source§impl Default for DmaInterruptStatus
impl Default for DmaInterruptStatus
Source§fn default() -> DmaInterruptStatus
fn default() -> DmaInterruptStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for DmaInterruptStatus
impl PartialEq for DmaInterruptStatus
impl Copy for DmaInterruptStatus
impl Eq for DmaInterruptStatus
impl StructuralPartialEq for DmaInterruptStatus
Auto Trait Implementations§
impl Freeze for DmaInterruptStatus
impl RefUnwindSafe for DmaInterruptStatus
impl Send for DmaInterruptStatus
impl Sync for DmaInterruptStatus
impl Unpin for DmaInterruptStatus
impl UnwindSafe for DmaInterruptStatus
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