Enum elgato_streamdeck::info::ImageRotation
source · pub enum ImageRotation {
Rot0,
Rot90,
Rot180,
Rot270,
}Expand description
Image rotation
Variants
Rot0
No rotation
Rot90
90 degrees clockwise
Rot180
180 degrees
Rot270
90 degrees counter-clockwise
Trait Implementations
sourceimpl Clone for ImageRotation
impl Clone for ImageRotation
sourcefn clone(&self) -> ImageRotation
fn clone(&self) -> ImageRotation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ImageRotation
impl Debug for ImageRotation
sourceimpl Hash for ImageRotation
impl Hash for ImageRotation
impl Copy for ImageRotation
Auto Trait Implementations
impl RefUnwindSafe for ImageRotation
impl Send for ImageRotation
impl Sync for ImageRotation
impl Unpin for ImageRotation
impl UnwindSafe for ImageRotation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more