pub enum PinModeInput {
InFloating,
InPullUp,
InPullDown,
}
Variants§
Trait Implementations§
Source§impl ToGpioInitFlag for PinModeInput
impl ToGpioInitFlag for PinModeInput
Auto Trait Implementations§
impl Freeze for PinModeInput
impl RefUnwindSafe for PinModeInput
impl Send for PinModeInput
impl Sync for PinModeInput
impl Unpin for PinModeInput
impl UnwindSafe for PinModeInput
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