Struct libavif_sys::avifCleanApertureBox [−][src]
#[repr(C)]pub struct avifCleanApertureBox {
pub widthN: u32,
pub widthD: u32,
pub heightN: u32,
pub heightD: u32,
pub horizOffN: u32,
pub horizOffD: u32,
pub vertOffN: u32,
pub vertOffD: u32,
}Fields
widthN: u32widthD: u32heightN: u32heightD: u32horizOffN: u32horizOffD: u32vertOffN: u32vertOffD: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for avifCleanApertureBox
impl Send for avifCleanApertureBox
impl Sync for avifCleanApertureBox
impl Unpin for avifCleanApertureBox
impl UnwindSafe for avifCleanApertureBox
Blanket Implementations
Mutably borrows from an owned value. Read more