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