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