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