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