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