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