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