#[repr(u8)]pub enum Column {
C0 = 0,
C1 = 1,
C2 = 2,
C3 = 3,
C4 = 4,
}Expand description
A column of Buttons. When the side buttons face the user,
Column::C0 is the leftmost column, and Column::C4 is the rightmost column.
Variants§
Implementations§
Trait Implementations§
impl Copy for Column
impl Eq for Column
Source§impl Ord for Column
impl Ord for Column
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 Column
impl PartialOrd for Column
impl StructuralPartialEq for Column
Auto Trait Implementations§
impl Freeze for Column
impl RefUnwindSafe for Column
impl Send for Column
impl Sync for Column
impl Unpin for Column
impl UnsafeUnpin for Column
impl UnwindSafe for Column
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