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