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