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