#[repr(u8)]pub enum Rxtrig {
TRIGGRNOTEMPTY = 0,
TRIGGRONEFOURTH = 1,
TRIGGRONEHALF = 2,
TRIGGRTHREEFOURTHS = 3,
}Variants§
TRIGGRNOTEMPTY = 0
Trigger on not empty
TRIGGRONEFOURTH = 1
Trigger on or more full
TRIGGRONEHALF = 2
Trigger on .5 or more full
TRIGGRTHREEFOURTHS = 3
Trigger on 3/4 or more full
Implementations§
Trait Implementations§
Source§impl Ord for Rxtrig
impl Ord for Rxtrig
Source§impl PartialOrd for Rxtrig
impl PartialOrd for Rxtrig
impl Copy for Rxtrig
impl Eq for Rxtrig
impl StructuralPartialEq for Rxtrig
Auto Trait Implementations§
impl Freeze for Rxtrig
impl RefUnwindSafe for Rxtrig
impl Send for Rxtrig
impl Sync for Rxtrig
impl Unpin for Rxtrig
impl UnwindSafe for Rxtrig
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