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