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