pub enum TxModes {
Only4x4 = 0,
Largest = 1,
Select = 2,
}Variants§
Trait Implementations§
impl Copy for TxModes
impl Eq for TxModes
Source§impl Ord for TxModes
impl Ord for TxModes
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
Source§impl PartialOrd for TxModes
impl PartialOrd for TxModes
impl StructuralPartialEq for TxModes
Auto Trait Implementations§
impl Freeze for TxModes
impl RefUnwindSafe for TxModes
impl Send for TxModes
impl Sync for TxModes
impl Unpin for TxModes
impl UnsafeUnpin for TxModes
impl UnwindSafe for TxModes
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