Struct rustsynth_sys::VSVideoInfo
source · #[repr(C)]pub struct VSVideoInfo {
pub format: VSVideoFormat,
pub fpsNum: i64,
pub fpsDen: i64,
pub width: c_int,
pub height: c_int,
pub numFrames: c_int,
}Fields§
§format: VSVideoFormat§fpsNum: i64§fpsDen: i64§width: c_int§height: c_int§numFrames: c_intTrait Implementations§
source§impl Clone for VSVideoInfo
impl Clone for VSVideoInfo
source§fn clone(&self) -> VSVideoInfo
fn clone(&self) -> VSVideoInfo
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 VSVideoInfo
impl Debug for VSVideoInfo
source§impl PartialEq<VSVideoInfo> for VSVideoInfo
impl PartialEq<VSVideoInfo> for VSVideoInfo
source§fn eq(&self, other: &VSVideoInfo) -> bool
fn eq(&self, other: &VSVideoInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.