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