Enum elgato_streamdeck::info::ImageRotation
source · pub enum ImageRotation {
Rot0,
Rot90,
Rot180,
Rot270,
}Expand description
Image rotation
Variants§
Trait Implementations§
source§impl Clone for ImageRotation
impl Clone for ImageRotation
source§fn clone(&self) -> ImageRotation
fn clone(&self) -> ImageRotation
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