pub enum RowColumnSwap {
Unswapped = 0,
Swapped = 1,
}
Expand description
Whether to swap the row and column definitions, i.e., to switch between the portrait and landscape mode.
Variants§
Trait Implementations§
Source§impl Clone for RowColumnSwap
impl Clone for RowColumnSwap
Source§fn clone(&self) -> RowColumnSwap
fn clone(&self) -> RowColumnSwap
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RowColumnSwap
impl Debug for RowColumnSwap
Source§impl Default for RowColumnSwap
impl Default for RowColumnSwap
Source§impl Display for RowColumnSwap
impl Display for RowColumnSwap
Source§impl PartialEq for RowColumnSwap
impl PartialEq for RowColumnSwap
impl Copy for RowColumnSwap
impl Eq for RowColumnSwap
impl StructuralPartialEq for RowColumnSwap
Auto Trait Implementations§
impl Freeze for RowColumnSwap
impl RefUnwindSafe for RowColumnSwap
impl Send for RowColumnSwap
impl Sync for RowColumnSwap
impl Unpin for RowColumnSwap
impl UnwindSafe for RowColumnSwap
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