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