Struct vapoursynth_sys::VSFormat
source · [−]#[repr(C)]pub struct VSFormat {
pub name: [c_char; 32],
pub id: c_int,
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
name: [c_char; 32]
id: c_int
colorFamily: c_int
sampleType: c_int
bitsPerSample: c_int
bytesPerSample: c_int
subSamplingW: c_int
subSamplingH: c_int
numPlanes: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VSFormat
impl Send for VSFormat
impl Sync for VSFormat
impl Unpin for VSFormat
impl UnwindSafe for VSFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more