pub enum DynInput {
Floating,
PullDown,
PullUp,
}
Expand description
Value-level enum
for input configurations
Variants§
Trait Implementations§
impl Copy for DynInput
impl Eq for DynInput
impl StructuralPartialEq for DynInput
Auto Trait Implementations§
impl Freeze for DynInput
impl RefUnwindSafe for DynInput
impl Send for DynInput
impl Sync for DynInput
impl Unpin for DynInput
impl UnwindSafe for DynInput
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