#[repr(u8)]pub enum FlshTx {
NORMALOP = 0,
RESETHOLD = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for FlshTx
impl Ord for FlshTx
Source§impl PartialOrd for FlshTx
impl PartialOrd for FlshTx
impl Copy for FlshTx
impl Eq for FlshTx
impl StructuralPartialEq for FlshTx
Auto Trait Implementations§
impl Freeze for FlshTx
impl RefUnwindSafe for FlshTx
impl Send for FlshTx
impl Sync for FlshTx
impl Unpin for FlshTx
impl UnwindSafe for FlshTx
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