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