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