Struct PhotoOrientation
#[repr(transparent)]pub struct PhotoOrientation(pub i32);Tuple Fields§
§0: i32Implementations§
§impl PhotoOrientation
impl PhotoOrientation
pub const Unspecified: Self
pub const Normal: Self
pub const FlipHorizontal: Self
pub const Rotate180: Self
pub const FlipVertical: Self
pub const Transpose: Self
pub const Rotate270: Self
pub const Transverse: Self
pub const Rotate90: Self
Trait Implementations§
§impl Clone for PhotoOrientation
impl Clone for PhotoOrientation
§fn clone(&self) -> PhotoOrientation
fn clone(&self) -> PhotoOrientation
Returns a duplicate 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§impl Debug for PhotoOrientation
impl Debug for PhotoOrientation
§impl Default for PhotoOrientation
impl Default for PhotoOrientation
§fn default() -> PhotoOrientation
fn default() -> PhotoOrientation
Returns the “default value” for a type. Read more
§impl PartialEq for PhotoOrientation
impl PartialEq for PhotoOrientation
impl Copy for PhotoOrientation
impl Eq for PhotoOrientation
impl StructuralPartialEq for PhotoOrientation
Auto Trait Implementations§
impl Freeze for PhotoOrientation
impl RefUnwindSafe for PhotoOrientation
impl Send for PhotoOrientation
impl Sync for PhotoOrientation
impl Unpin for PhotoOrientation
impl UnwindSafe for PhotoOrientation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more