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