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