#[repr(u8)]pub enum PioAsw {
disabled = 0,
enabled = 1,
}Expand description
Analog switch input control.
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for PioAsw
impl Ord for PioAsw
Source§impl PartialOrd for PioAsw
impl PartialOrd for PioAsw
impl Copy for PioAsw
impl Eq for PioAsw
impl StructuralPartialEq for PioAsw
Auto Trait Implementations§
impl Freeze for PioAsw
impl RefUnwindSafe for PioAsw
impl Send for PioAsw
impl Sync for PioAsw
impl Unpin for PioAsw
impl UnwindSafe for PioAsw
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