pub struct ImageMirror {
pub axis: u8,
}Expand description
Image mirror from the imir property box.
Specifies a mirror (flip) axis to apply after rotation. See ISOBMFF § 12.1.4.
Fields§
§axis: u8Mirror axis: 0 = top-to-bottom (vertical axis, left-right flip), 1 = left-to-right (horizontal axis, top-bottom flip).
Trait Implementations§
Source§impl Clone for ImageMirror
impl Clone for ImageMirror
Source§fn clone(&self) -> ImageMirror
fn clone(&self) -> ImageMirror
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 ImageMirror
impl Debug for ImageMirror
Source§impl PartialEq for ImageMirror
impl PartialEq for ImageMirror
impl Copy for ImageMirror
impl Eq for ImageMirror
impl StructuralPartialEq for ImageMirror
Auto Trait Implementations§
impl Freeze for ImageMirror
impl RefUnwindSafe for ImageMirror
impl Send for ImageMirror
impl Sync for ImageMirror
impl Unpin for ImageMirror
impl UnwindSafe for ImageMirror
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