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