pub enum PinInput {
Analog,
Floating,
PDown,
PUp,
}Variants§
Trait Implementations§
source§impl PartialEq for PinInput
impl PartialEq for PinInput
impl Copy for PinInput
impl Eq for PinInput
impl StructuralEq for PinInput
impl StructuralPartialEq for PinInput
Auto Trait Implementations§
impl RefUnwindSafe for PinInput
impl Send for PinInput
impl Sync for PinInput
impl Unpin for PinInput
impl UnwindSafe for PinInput
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