pub enum PullDown {}Expand description
Type-level variant of both DisabledConfig and InputConfig
Trait Implementations
sourceimpl DisabledConfig for PullDown
 
impl DisabledConfig for PullDown
sourceconst DYN: DynDisabled = DynDisabled::PullDown
 
const DYN: DynDisabled = DynDisabled::PullDown
Corresponding 
DynDisabledsourceimpl InputConfig for PullDown
 
impl InputConfig for PullDown
sourceimpl InterruptConfig for PullDown
 
impl InterruptConfig for PullDown
sourceconst DYN: DynInterrupt = DynInterrupt::PullDown
 
const DYN: DynInterrupt = DynInterrupt::PullDown
Corresponding 
DynInterruptAuto Trait Implementations
impl RefUnwindSafe for PullDown
impl Send for PullDown
impl Sync for PullDown
impl Unpin for PullDown
impl UnwindSafe for PullDown
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