Enum elgato_streamdeck::info::ImageMirroring
source · pub enum ImageMirroring {
None,
X,
Y,
Both,
}Expand description
Image mirroring
Variants
None
No image mirroring
X
Flip by X
Y
Flip by Y
Both
Flip by both axes
Trait Implementations
sourceimpl Clone for ImageMirroring
impl Clone for ImageMirroring
sourcefn clone(&self) -> ImageMirroring
fn clone(&self) -> ImageMirroring
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 ImageMirroring
impl Debug for ImageMirroring
sourceimpl Hash for ImageMirroring
impl Hash for ImageMirroring
impl Copy for ImageMirroring
Auto Trait Implementations
impl RefUnwindSafe for ImageMirroring
impl Send for ImageMirroring
impl Sync for ImageMirroring
impl Unpin for ImageMirroring
impl UnwindSafe for ImageMirroring
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