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