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