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