#[repr(u8)]pub enum Sm1octrlPwmxfs {
LOGIC_0 = 0,
LOGIC_1 = 1,
TRISTATED_2 = 2,
TRISTATED_3 = 3,
}Variants§
LOGIC_0 = 0
Output is forced to logic 0 state prior to consideration of output polarity control.
LOGIC_1 = 1
Output is forced to logic 1 state prior to consideration of output polarity control.
TRISTATED_2 = 2
Output is put in a high-impedance state.
TRISTATED_3 = 3
Output is put in a high-impedance state.
Implementations§
Trait Implementations§
Source§impl Clone for Sm1octrlPwmxfs
impl Clone for Sm1octrlPwmxfs
Source§fn clone(&self) -> Sm1octrlPwmxfs
fn clone(&self) -> Sm1octrlPwmxfs
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 Sm1octrlPwmxfs
impl Debug for Sm1octrlPwmxfs
Source§impl From<Sm1octrlPwmxfs> for u8
impl From<Sm1octrlPwmxfs> for u8
Source§fn from(val: Sm1octrlPwmxfs) -> u8
fn from(val: Sm1octrlPwmxfs) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sm1octrlPwmxfs
impl From<u8> for Sm1octrlPwmxfs
Source§fn from(val: u8) -> Sm1octrlPwmxfs
fn from(val: u8) -> Sm1octrlPwmxfs
Converts to this type from the input type.
Source§impl Ord for Sm1octrlPwmxfs
impl Ord for Sm1octrlPwmxfs
Source§fn cmp(&self, other: &Sm1octrlPwmxfs) -> Ordering
fn cmp(&self, other: &Sm1octrlPwmxfs) -> 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 Sm1octrlPwmxfs
impl PartialEq for Sm1octrlPwmxfs
Source§impl PartialOrd for Sm1octrlPwmxfs
impl PartialOrd for Sm1octrlPwmxfs
impl Copy for Sm1octrlPwmxfs
impl Eq for Sm1octrlPwmxfs
impl StructuralPartialEq for Sm1octrlPwmxfs
Auto Trait Implementations§
impl Freeze for Sm1octrlPwmxfs
impl RefUnwindSafe for Sm1octrlPwmxfs
impl Send for Sm1octrlPwmxfs
impl Sync for Sm1octrlPwmxfs
impl Unpin for Sm1octrlPwmxfs
impl UnwindSafe for Sm1octrlPwmxfs
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