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