#[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
impl Copy for VSVideoFormat
Auto Trait Implementations§
impl Freeze for VSVideoFormat
impl RefUnwindSafe for VSVideoFormat
impl Send for VSVideoFormat
impl Sync for VSVideoFormat
impl Unpin for VSVideoFormat
impl UnsafeUnpin for VSVideoFormat
impl UnwindSafe for VSVideoFormat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more