Struct windows_sys::Graphics::Imaging::ExifOrientationMode
[−]#[repr(transparent)]pub struct ExifOrientationMode(pub i32);
Expand description
Required features: "Graphics_Imaging"
Tuple Fields
0: i32
Implementations
impl ExifOrientationMode
impl ExifOrientationMode
pub const IgnoreExifOrientation: Self = Self(0i32)
pub const RespectExifOrientation: Self = Self(1i32)
Trait Implementations
impl Clone for ExifOrientationMode
impl Clone for ExifOrientationMode
impl Copy for ExifOrientationMode
Auto Trait Implementations
impl RefUnwindSafe for ExifOrientationMode
impl Send for ExifOrientationMode
impl Sync for ExifOrientationMode
impl Unpin for ExifOrientationMode
impl UnwindSafe for ExifOrientationMode
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