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