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