Struct libavif_sys::avifPixelFormatInfo [−][src]
#[repr(C)]pub struct avifPixelFormatInfo {
pub monochrome: avifBool,
pub chromaShiftX: c_int,
pub chromaShiftY: c_int,
}Fields
monochrome: avifBoolchromaShiftX: c_intchromaShiftY: c_intTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for avifPixelFormatInfo
impl Send for avifPixelFormatInfo
impl Sync for avifPixelFormatInfo
impl Unpin for avifPixelFormatInfo
impl UnwindSafe for avifPixelFormatInfo
Blanket Implementations
Mutably borrows from an owned value. Read more