pub enum ScreenRotation {
Normal,
Rotated90,
Rotated180,
Rotated270,
}
Variants§
Trait Implementations§
Source§impl Add for ScreenRotation
impl Add for ScreenRotation
Source§impl Clone for ScreenRotation
impl Clone for ScreenRotation
Source§fn clone(&self) -> ScreenRotation
fn clone(&self) -> ScreenRotation
Returns a copy 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 PartialEq for ScreenRotation
impl PartialEq for ScreenRotation
Source§impl Sub for ScreenRotation
impl Sub for ScreenRotation
impl Copy for ScreenRotation
impl StructuralPartialEq for ScreenRotation
Auto Trait Implementations§
impl Freeze for ScreenRotation
impl RefUnwindSafe for ScreenRotation
impl Send for ScreenRotation
impl Sync for ScreenRotation
impl Unpin for ScreenRotation
impl UnwindSafe for ScreenRotation
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