Struct PriorityRxOverTx
#[repr(transparent)]pub struct PriorityRxOverTx(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl PriorityRxOverTx
impl PriorityRxOverTx
pub const ONETOONE: Self
pub const ONETOONE: Self
RxDMA priority over TxDMA is 1:1
pub const TWOTOONE: Self
pub const TWOTOONE: Self
RxDMA priority over TxDMA is 2:1
pub const THREETOONE: Self
pub const THREETOONE: Self
RxDMA priority over TxDMA is 3:1
pub const FOURTOONE: Self
pub const FOURTOONE: Self
RxDMA priority over TxDMA is 4:1
Trait Implementations§
§impl Clone for PriorityRxOverTx
impl Clone for PriorityRxOverTx
§fn clone(&self) -> PriorityRxOverTx
fn clone(&self) -> PriorityRxOverTx
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for PriorityRxOverTx
impl Ord for PriorityRxOverTx
§fn cmp(&self, other: &PriorityRxOverTx) -> Ordering
fn cmp(&self, other: &PriorityRxOverTx) -> 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
§impl PartialEq for PriorityRxOverTx
impl PartialEq for PriorityRxOverTx
§impl PartialOrd for PriorityRxOverTx
impl PartialOrd for PriorityRxOverTx
impl Copy for PriorityRxOverTx
impl Eq for PriorityRxOverTx
impl StructuralPartialEq for PriorityRxOverTx
Auto Trait Implementations§
impl Freeze for PriorityRxOverTx
impl RefUnwindSafe for PriorityRxOverTx
impl Send for PriorityRxOverTx
impl Sync for PriorityRxOverTx
impl Unpin for PriorityRxOverTx
impl UnwindSafe for PriorityRxOverTx
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