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