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