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