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