#[repr(u8)]pub enum SmdmaenFand {
OR = 0,
AND = 1,
}Variants§
OR = 0
Selected FIFO watermarks are OR’ed together.
AND = 1
Selected FIFO watermarks are AND’ed together.
Implementations§
Source§impl SmdmaenFand
impl SmdmaenFand
Trait Implementations§
Source§impl Clone for SmdmaenFand
impl Clone for SmdmaenFand
Source§fn clone(&self) -> SmdmaenFand
fn clone(&self) -> SmdmaenFand
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 SmdmaenFand
impl Debug for SmdmaenFand
Source§impl From<SmdmaenFand> for u8
impl From<SmdmaenFand> for u8
Source§fn from(val: SmdmaenFand) -> u8
fn from(val: SmdmaenFand) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SmdmaenFand
impl From<u8> for SmdmaenFand
Source§fn from(val: u8) -> SmdmaenFand
fn from(val: u8) -> SmdmaenFand
Converts to this type from the input type.
Source§impl Ord for SmdmaenFand
impl Ord for SmdmaenFand
Source§fn cmp(&self, other: &SmdmaenFand) -> Ordering
fn cmp(&self, other: &SmdmaenFand) -> 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 SmdmaenFand
impl PartialEq for SmdmaenFand
Source§impl PartialOrd for SmdmaenFand
impl PartialOrd for SmdmaenFand
impl Copy for SmdmaenFand
impl Eq for SmdmaenFand
impl StructuralPartialEq for SmdmaenFand
Auto Trait Implementations§
impl Freeze for SmdmaenFand
impl RefUnwindSafe for SmdmaenFand
impl Send for SmdmaenFand
impl Sync for SmdmaenFand
impl Unpin for SmdmaenFand
impl UnwindSafe for SmdmaenFand
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