pub enum DisplayRotation {
None = 0,
By90Degrees = 90,
By180Degrees = 180,
By270Degrees = 270,
}
Variants§
Trait Implementations§
Source§impl Clone for DisplayRotation
impl Clone for DisplayRotation
Source§fn clone(&self) -> DisplayRotation
fn clone(&self) -> DisplayRotation
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 Debug for DisplayRotation
impl Debug for DisplayRotation
Source§impl PartialEq for DisplayRotation
impl PartialEq for DisplayRotation
impl Copy for DisplayRotation
impl StructuralPartialEq for DisplayRotation
Auto Trait Implementations§
impl Freeze for DisplayRotation
impl RefUnwindSafe for DisplayRotation
impl Send for DisplayRotation
impl Sync for DisplayRotation
impl Unpin for DisplayRotation
impl UnwindSafe for DisplayRotation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)