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