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