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