pub enum GpioMode {
Input = 0,
Output = 1,
Alternate = 2,
Analog = 3,
}Variants§
Trait Implementations§
impl Copy for GpioMode
impl StructuralPartialEq for GpioMode
Auto Trait Implementations§
impl Freeze for GpioMode
impl RefUnwindSafe for GpioMode
impl Send for GpioMode
impl Sync for GpioMode
impl Unpin for GpioMode
impl UnwindSafe for GpioMode
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