Struct libavif_sys::avifImage [−][src]
Fields
width: u32height: u32depth: u32all planes must share this depth; if depth>8, all planes are uint16_t internally
yuvFormat: avifPixelFormatyuvRange: avifRangeyuvChromaSamplePosition: avifChromaSamplePositionyuvPlanes: [*mut u8; 3]yuvRowBytes: [u32; 3]imageOwnsYUVPlanes: avifBoolalphaRange: avifRangealphaPlane: *mut u8alphaRowBytes: u32imageOwnsAlphaPlane: avifBoolalphaPremultiplied: avifBoolicc: avifRWDatacolorPrimaries: avifColorPrimariestransferCharacteristics: avifTransferCharacteristicsmatrixCoefficients: avifMatrixCoefficientstransformFlags: u32pasp: avifPixelAspectRatioBoxclap: avifCleanApertureBoxirot: avifImageRotationimir: avifImageMirrorexif: avifRWDataxmp: avifRWDataTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for avifImage
impl !Send for avifImage
impl !Sync for avifImage
impl Unpin for avifImage
impl UnwindSafe for avifImage
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,