Enum rust_libretro::types::Rotation
source · [−]pub enum Rotation {
None,
Clockwise90,
Clockwise180,
Clockwise270,
CounterClockwise90,
CounterClockwise180,
CounterClockwise270,
}Expand description
Screen rotation in degrees
Variants
None
Clockwise90
Clockwise180
Clockwise270
CounterClockwise90
CounterClockwise180
CounterClockwise270
Implementations
sourceimpl Rotation
impl Rotation
pub fn get_env_value(&self) -> u32
Auto Trait Implementations
impl RefUnwindSafe for Rotation
impl Send for Rotation
impl Sync for Rotation
impl Unpin for Rotation
impl UnwindSafe for Rotation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
