pub enum SettingKind {
Direction,
Bias,
Drive,
EdgeDetection,
ActiveLow,
DebouncePeriod,
EventClock,
OutputValue,
}Expand description
Line setting kind.
Variants§
Direction
Line direction.
Bias
Bias.
Drive
Drive.
EdgeDetection
Edge detection.
ActiveLow
Active-low setting.
DebouncePeriod
Debounce period.
EventClock
Event clock type.
OutputValue
Output value.
Trait Implementations§
Source§impl Clone for SettingKind
impl Clone for SettingKind
Source§fn clone(&self) -> SettingKind
fn clone(&self) -> SettingKind
Returns a copy 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 SettingKind
impl Debug for SettingKind
Source§impl PartialEq for SettingKind
impl PartialEq for SettingKind
impl Copy for SettingKind
impl Eq for SettingKind
impl StructuralPartialEq for SettingKind
Auto Trait Implementations§
impl Freeze for SettingKind
impl RefUnwindSafe for SettingKind
impl Send for SettingKind
impl Sync for SettingKind
impl Unpin for SettingKind
impl UnwindSafe for SettingKind
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