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