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