pub enum OrientationMode {
Symmetrical = 0,
LandscapeWide = 1,
PortraitWide = 2,
}Expand description
Configuration mode for orientation spread between portrait and landscape.
Variants§
Symmetrical = 0
Symmetrical spread for portrait and landscape orientations.
LandscapeWide = 1
Larger landscape area than portrait area.
PortraitWide = 2
Larger portrait area than landscape area.
Trait Implementations§
Source§impl Clone for OrientationMode
impl Clone for OrientationMode
Source§fn clone(&self) -> OrientationMode
fn clone(&self) -> OrientationMode
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 OrientationMode
impl Debug for OrientationMode
Source§impl Format for OrientationMode
impl Format for OrientationMode
Source§impl PartialEq for OrientationMode
impl PartialEq for OrientationMode
impl Copy for OrientationMode
impl Eq for OrientationMode
impl StructuralPartialEq for OrientationMode
Auto Trait Implementations§
impl Freeze for OrientationMode
impl RefUnwindSafe for OrientationMode
impl Send for OrientationMode
impl Sync for OrientationMode
impl Unpin for OrientationMode
impl UnsafeUnpin for OrientationMode
impl UnwindSafe for OrientationMode
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