#[repr(transparent)]pub struct SmartDmaint(pub u32);Expand description
SmartDMA Interrupt Hijack
Tuple Fields§
§0: u32Implementations§
Source§impl SmartDmaint
impl SmartDmaint
Trait Implementations§
Source§impl Clone for SmartDmaint
impl Clone for SmartDmaint
Source§fn clone(&self) -> SmartDmaint
fn clone(&self) -> SmartDmaint
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 SmartDmaint
impl Debug for SmartDmaint
Source§impl Default for SmartDmaint
impl Default for SmartDmaint
Source§fn default() -> SmartDmaint
fn default() -> SmartDmaint
Returns the “default value” for a type. Read more
Source§impl PartialEq for SmartDmaint
impl PartialEq for SmartDmaint
impl Copy for SmartDmaint
impl Eq for SmartDmaint
impl StructuralPartialEq for SmartDmaint
Auto Trait Implementations§
impl Freeze for SmartDmaint
impl RefUnwindSafe for SmartDmaint
impl Send for SmartDmaint
impl Sync for SmartDmaint
impl Unpin for SmartDmaint
impl UnwindSafe for SmartDmaint
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