#[repr(u8)]pub enum SdatactrlRxtrig {
TRIGGRNOTEMPTY = 0,
TRIGGRONEFOURTH = 1,
TRIGGRONEHALF = 2,
TRIGGRTHREEFOURTHS = 3,
}Variants§
TRIGGRNOTEMPTY = 0
Trigger when not empty (default)
TRIGGRONEFOURTH = 1
Trigger when 1/4 or more full
TRIGGRONEHALF = 2
Trigger when 1/2 or more full
TRIGGRTHREEFOURTHS = 3
Trigger when 3/4 or more full
Implementations§
Trait Implementations§
Source§impl Clone for SdatactrlRxtrig
impl Clone for SdatactrlRxtrig
Source§fn clone(&self) -> SdatactrlRxtrig
fn clone(&self) -> SdatactrlRxtrig
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 SdatactrlRxtrig
impl Debug for SdatactrlRxtrig
Source§impl From<SdatactrlRxtrig> for u8
impl From<SdatactrlRxtrig> for u8
Source§fn from(val: SdatactrlRxtrig) -> u8
fn from(val: SdatactrlRxtrig) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SdatactrlRxtrig
impl From<u8> for SdatactrlRxtrig
Source§fn from(val: u8) -> SdatactrlRxtrig
fn from(val: u8) -> SdatactrlRxtrig
Converts to this type from the input type.
Source§impl Ord for SdatactrlRxtrig
impl Ord for SdatactrlRxtrig
Source§fn cmp(&self, other: &SdatactrlRxtrig) -> Ordering
fn cmp(&self, other: &SdatactrlRxtrig) -> 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 SdatactrlRxtrig
impl PartialEq for SdatactrlRxtrig
Source§impl PartialOrd for SdatactrlRxtrig
impl PartialOrd for SdatactrlRxtrig
impl Copy for SdatactrlRxtrig
impl Eq for SdatactrlRxtrig
impl StructuralPartialEq for SdatactrlRxtrig
Auto Trait Implementations§
impl Freeze for SdatactrlRxtrig
impl RefUnwindSafe for SdatactrlRxtrig
impl Send for SdatactrlRxtrig
impl Sync for SdatactrlRxtrig
impl Unpin for SdatactrlRxtrig
impl UnwindSafe for SdatactrlRxtrig
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