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