#[repr(u8)]pub enum ShiftctlPinpol {
ACTIVE_HIGH = 0,
ACTIVE_LOW = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ShiftctlPinpol
impl Clone for ShiftctlPinpol
Source§fn clone(&self) -> ShiftctlPinpol
fn clone(&self) -> ShiftctlPinpol
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 ShiftctlPinpol
impl Debug for ShiftctlPinpol
Source§impl From<ShiftctlPinpol> for u8
impl From<ShiftctlPinpol> for u8
Source§fn from(val: ShiftctlPinpol) -> u8
fn from(val: ShiftctlPinpol) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ShiftctlPinpol
impl From<u8> for ShiftctlPinpol
Source§fn from(val: u8) -> ShiftctlPinpol
fn from(val: u8) -> ShiftctlPinpol
Converts to this type from the input type.
Source§impl Ord for ShiftctlPinpol
impl Ord for ShiftctlPinpol
Source§fn cmp(&self, other: &ShiftctlPinpol) -> Ordering
fn cmp(&self, other: &ShiftctlPinpol) -> 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 ShiftctlPinpol
impl PartialEq for ShiftctlPinpol
Source§impl PartialOrd for ShiftctlPinpol
impl PartialOrd for ShiftctlPinpol
impl Copy for ShiftctlPinpol
impl Eq for ShiftctlPinpol
impl StructuralPartialEq for ShiftctlPinpol
Auto Trait Implementations§
impl Freeze for ShiftctlPinpol
impl RefUnwindSafe for ShiftctlPinpol
impl Send for ShiftctlPinpol
impl Sync for ShiftctlPinpol
impl Unpin for ShiftctlPinpol
impl UnwindSafe for ShiftctlPinpol
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