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