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