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