#[repr(u8)]pub enum Tfw {
MIN = 0,
TWO = 1,
WATERMARK_VALUE_2 = 2,
WATERMARK_VALUE_3 = 3,
WATERMARK_VALUE_4 = 4,
WATERMARK_VALUE_5 = 5,
WATERMARK_VALUE_6 = 6,
MAX = 7,
}Variants§
MIN = 0
1
TWO = 1
2
WATERMARK_VALUE_2 = 2
(TFW +1)
WATERMARK_VALUE_3 = 3
(TFW +1)
WATERMARK_VALUE_4 = 4
(TFW +1)
WATERMARK_VALUE_5 = 5
(TFW +1)
WATERMARK_VALUE_6 = 6
(TFW +1)
MAX = 7
8
Implementations§
Trait Implementations§
Source§impl Ord for Tfw
impl Ord for Tfw
Source§impl PartialOrd for Tfw
impl PartialOrd for Tfw
impl Copy for Tfw
impl Eq for Tfw
impl StructuralPartialEq for Tfw
Auto Trait Implementations§
impl Freeze for Tfw
impl RefUnwindSafe for Tfw
impl Send for Tfw
impl Sync for Tfw
impl Unpin for Tfw
impl UnwindSafe for Tfw
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