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