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