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
pub const RespectExifOrientation: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more