#[repr(u8)]pub enum TimctlPinpol {
ACTIVE_HIGH = 0,
ACTIVE_LOW = 1,
}Variants§
Implementations§
Source§impl TimctlPinpol
impl TimctlPinpol
Trait Implementations§
Source§impl Clone for TimctlPinpol
impl Clone for TimctlPinpol
Source§fn clone(&self) -> TimctlPinpol
fn clone(&self) -> TimctlPinpol
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 TimctlPinpol
impl Debug for TimctlPinpol
Source§impl From<TimctlPinpol> for u8
impl From<TimctlPinpol> for u8
Source§fn from(val: TimctlPinpol) -> u8
fn from(val: TimctlPinpol) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TimctlPinpol
impl From<u8> for TimctlPinpol
Source§fn from(val: u8) -> TimctlPinpol
fn from(val: u8) -> TimctlPinpol
Converts to this type from the input type.
Source§impl Ord for TimctlPinpol
impl Ord for TimctlPinpol
Source§fn cmp(&self, other: &TimctlPinpol) -> Ordering
fn cmp(&self, other: &TimctlPinpol) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TimctlPinpol
impl PartialEq for TimctlPinpol
Source§impl PartialOrd for TimctlPinpol
impl PartialOrd for TimctlPinpol
impl Copy for TimctlPinpol
impl Eq for TimctlPinpol
impl StructuralPartialEq for TimctlPinpol
Auto Trait Implementations§
impl Freeze for TimctlPinpol
impl RefUnwindSafe for TimctlPinpol
impl Send for TimctlPinpol
impl Sync for TimctlPinpol
impl Unpin for TimctlPinpol
impl UnwindSafe for TimctlPinpol
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