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