pub enum Orientation {
Any,
Natural,
Landscape,
LandscapePrimary,
LandscapeSecondary,
Portrait,
PortraitPrimary,
PortraitSecondary,
}
Variants§
Any
Natural
Landscape
LandscapePrimary
LandscapeSecondary
Portrait
PortraitPrimary
PortraitSecondary
Implementations§
Trait Implementations§
Source§impl Debug for Orientation
impl Debug for Orientation
Source§impl Default for Orientation
impl Default for Orientation
Source§impl Display for Orientation
impl Display for Orientation
Auto Trait Implementations§
impl Freeze for Orientation
impl RefUnwindSafe for Orientation
impl Send for Orientation
impl Sync for Orientation
impl Unpin for Orientation
impl UnwindSafe for Orientation
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