Struct rustsynth_sys::VSVideoFormat
source · #[repr(C)]pub struct VSVideoFormat {
pub colorFamily: c_int,
pub sampleType: c_int,
pub bitsPerSample: c_int,
pub bytesPerSample: c_int,
pub subSamplingW: c_int,
pub subSamplingH: c_int,
pub numPlanes: c_int,
}Fields§
§colorFamily: c_int§sampleType: c_int§bitsPerSample: c_int§bytesPerSample: c_int§subSamplingW: c_int§subSamplingH: c_int§numPlanes: c_intTrait Implementations§
source§impl Clone for VSVideoFormat
impl Clone for VSVideoFormat
source§fn clone(&self) -> VSVideoFormat
fn clone(&self) -> VSVideoFormat
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 moresource§impl Debug for VSVideoFormat
impl Debug for VSVideoFormat
source§impl PartialEq<VSVideoFormat> for VSVideoFormat
impl PartialEq<VSVideoFormat> for VSVideoFormat
source§fn eq(&self, other: &VSVideoFormat) -> bool
fn eq(&self, other: &VSVideoFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.