Enum Tos
#[repr(u8)]pub enum Tos {
Continuous = 0,
TxEventFifo = 1,
RxFifo0 = 2,
RxFifo1 = 3,
}Variants§
Continuous = 0
Continuous operation
TxEventFifo = 1
Timeout controlled by Tx event FIFO
RxFifo0 = 2
Timeout controlled by Rx FIFO 0
RxFifo1 = 3
Timeout controlled by Rx FIFO 1
Implementations§
Trait Implementations§
impl Copy for Tos
impl Eq for Tos
§impl Ord for Tos
impl Ord for Tos
1.21.0 (const: unstable) · 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 PartialOrd for Tos
impl PartialOrd for Tos
impl StructuralPartialEq for Tos
Auto Trait Implementations§
impl Freeze for Tos
impl RefUnwindSafe for Tos
impl Send for Tos
impl Sync for Tos
impl Unpin for Tos
impl UnsafeUnpin for Tos
impl UnwindSafe for Tos
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