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