Struct libvmaf_sys::VmafPicture
source · #[repr(C)]pub struct VmafPicture {
pub pix_fmt: VmafPixelFormat,
pub bpc: c_uint,
pub w: [c_uint; 3],
pub h: [c_uint; 3],
pub stride: [isize; 3],
pub data: [*mut c_void; 3],
pub ref_: *mut VmafRef,
}Fields§
§pix_fmt: VmafPixelFormat§bpc: c_uint§w: [c_uint; 3]§h: [c_uint; 3]§stride: [isize; 3]§data: [*mut c_void; 3]§ref_: *mut VmafRefTrait Implementations§
source§impl Clone for VmafPicture
impl Clone for VmafPicture
source§fn clone(&self) -> VmafPicture
fn clone(&self) -> VmafPicture
Returns a copy 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 more