Enum atsamd_hal::gpio::dynpin::DynDisabled
source · [−]pub enum DynDisabled {
Floating,
PullDown,
PullUp,
}
Expand description
Value-level enum
for disabled configurations
Variants
Floating
PullDown
PullUp
Trait Implementations
sourceimpl Clone for DynDisabled
impl Clone for DynDisabled
sourcefn clone(&self) -> DynDisabled
fn clone(&self) -> DynDisabled
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DynDisabled> for DynDisabled
impl PartialEq<DynDisabled> for DynDisabled
sourcefn eq(&self, other: &DynDisabled) -> bool
fn eq(&self, other: &DynDisabled) -> bool
impl Copy for DynDisabled
impl Eq for DynDisabled
impl StructuralEq for DynDisabled
impl StructuralPartialEq for DynDisabled
Auto Trait Implementations
impl RefUnwindSafe for DynDisabled
impl Send for DynDisabled
impl Sync for DynDisabled
impl Unpin for DynDisabled
impl UnwindSafe for DynDisabled
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