#[repr(u8)]pub enum SmartDmaRst {
RELEASED = 0,
ASSERTED = 1,
}Variants§
Implementations§
Source§impl SmartDmaRst
impl SmartDmaRst
Trait Implementations§
Source§impl Clone for SmartDmaRst
impl Clone for SmartDmaRst
Source§fn clone(&self) -> SmartDmaRst
fn clone(&self) -> SmartDmaRst
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 SmartDmaRst
impl Debug for SmartDmaRst
Source§impl From<SmartDmaRst> for u8
impl From<SmartDmaRst> for u8
Source§fn from(val: SmartDmaRst) -> u8
fn from(val: SmartDmaRst) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SmartDmaRst
impl From<u8> for SmartDmaRst
Source§fn from(val: u8) -> SmartDmaRst
fn from(val: u8) -> SmartDmaRst
Converts to this type from the input type.
Source§impl Ord for SmartDmaRst
impl Ord for SmartDmaRst
Source§fn cmp(&self, other: &SmartDmaRst) -> Ordering
fn cmp(&self, other: &SmartDmaRst) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SmartDmaRst
impl PartialEq for SmartDmaRst
Source§impl PartialOrd for SmartDmaRst
impl PartialOrd for SmartDmaRst
impl Copy for SmartDmaRst
impl Eq for SmartDmaRst
impl StructuralPartialEq for SmartDmaRst
Auto Trait Implementations§
impl Freeze for SmartDmaRst
impl RefUnwindSafe for SmartDmaRst
impl Send for SmartDmaRst
impl Sync for SmartDmaRst
impl Unpin for SmartDmaRst
impl UnwindSafe for SmartDmaRst
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