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