pub enum DynDisabled {
Floating,
PullDown,
PullUp,
}
Expand description
Value-level enum
for disabled configurations
Variants§
Trait Implementations§
Source§impl Clone for DynDisabled
impl Clone for DynDisabled
Source§fn clone(&self) -> DynDisabled
fn clone(&self) -> DynDisabled
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for DynDisabled
impl PartialEq for DynDisabled
impl Copy for DynDisabled
impl Eq for DynDisabled
impl StructuralPartialEq for DynDisabled
Auto Trait Implementations§
impl Freeze for DynDisabled
impl RefUnwindSafe for DynDisabled
impl Send for DynDisabled
impl Sync for DynDisabled
impl Unpin for DynDisabled
impl UnwindSafe for DynDisabled
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