Struct windows_sys::Storage::FileProperties::PhotoOrientation
[−]#[repr(transparent)]pub struct PhotoOrientation(pub i32);
Expand description
Required features: "Storage_FileProperties"
Tuple Fields
0: i32
Implementations
impl PhotoOrientation
impl PhotoOrientation
pub const Unspecified: Self = Self(0i32)
pub const Normal: Self = Self(1i32)
pub const FlipHorizontal: Self = Self(2i32)
pub const Rotate180: Self = Self(3i32)
pub const FlipVertical: Self = Self(4i32)
pub const Transpose: Self = Self(5i32)
pub const Rotate270: Self = Self(6i32)
pub const Transverse: Self = Self(7i32)
pub const Rotate90: Self = Self(8i32)
Trait Implementations
impl Clone for PhotoOrientation
impl Clone for PhotoOrientation
impl Copy for PhotoOrientation
Auto Trait Implementations
impl RefUnwindSafe for PhotoOrientation
impl Send for PhotoOrientation
impl Sync for PhotoOrientation
impl Unpin for PhotoOrientation
impl UnwindSafe for PhotoOrientation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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