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