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