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