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