Enum elgato_streamdeck::info::ImageMirroring
source · pub enum ImageMirroring {
None,
X,
Y,
Both,
}Expand description
Image mirroring
Variants§
Trait Implementations§
source§impl Clone for ImageMirroring
impl Clone for ImageMirroring
source§fn clone(&self) -> ImageMirroring
fn clone(&self) -> ImageMirroring
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 more