pub enum FastPinModeInput {
InFloating,
InPullUp,
InPullDown,
}
Variants§
Trait Implementations§
Source§impl Clone for FastPinModeInput
impl Clone for FastPinModeInput
Source§fn clone(&self) -> FastPinModeInput
fn clone(&self) -> FastPinModeInput
Returns a duplicate 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 Debug for FastPinModeInput
impl Debug for FastPinModeInput
Source§impl PartialEq for FastPinModeInput
impl PartialEq for FastPinModeInput
impl Copy for FastPinModeInput
impl Eq for FastPinModeInput
impl StructuralPartialEq for FastPinModeInput
Auto Trait Implementations§
impl Freeze for FastPinModeInput
impl RefUnwindSafe for FastPinModeInput
impl Send for FastPinModeInput
impl Sync for FastPinModeInput
impl Unpin for FastPinModeInput
impl UnwindSafe for FastPinModeInput
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