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