pub struct ImageRotation {
pub angle: u16,
}Expand description
Image rotation from the irot property box.
Specifies a counter-clockwise rotation to apply after decoding. See ISOBMFF § 12.1.4.
Fields§
§angle: u16Rotation angle in degrees counter-clockwise: 0, 90, 180, or 270.
Trait Implementations§
Source§impl Clone for ImageRotation
impl Clone for ImageRotation
Source§fn clone(&self) -> ImageRotation
fn clone(&self) -> ImageRotation
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 moreSource§impl Debug for ImageRotation
impl Debug for ImageRotation
Source§impl PartialEq for ImageRotation
impl PartialEq for ImageRotation
impl Copy for ImageRotation
impl Eq for ImageRotation
impl StructuralPartialEq for ImageRotation
Auto Trait Implementations§
impl Freeze for ImageRotation
impl RefUnwindSafe for ImageRotation
impl Send for ImageRotation
impl Sync for ImageRotation
impl Unpin for ImageRotation
impl UnwindSafe for ImageRotation
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