pub enum DynInput {
Floating,
PullDown,
PullUp,
}
Expand description
Value-level enum
for input configurations
Variants
Floating
PullDown
PullUp
Trait Implementations
impl Copy for DynInput
impl Eq for DynInput
impl StructuralEq for DynInput
impl StructuralPartialEq for DynInput
Auto Trait Implementations
impl RefUnwindSafe for DynInput
impl Send for DynInput
impl Sync for DynInput
impl Unpin for DynInput
impl UnwindSafe for DynInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more