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