Struct vapoursynth4_sys::VSAudioFormat
source · #[repr(C)]pub struct VSAudioFormat {
pub sampleType: VSSampleType,
pub bitsPerSample: c_int,
pub bytesPerSample: c_int,
pub numChannels: c_int,
pub channelLayout: u64,
}Fields§
§sampleType: VSSampleType§bitsPerSample: c_int§bytesPerSample: c_intimplicit from channelLayout
numChannels: c_intimplicit from bitsPerSample
channelLayout: u64Trait Implementations§
source§impl Clone for VSAudioFormat
impl Clone for VSAudioFormat
source§fn clone(&self) -> VSAudioFormat
fn clone(&self) -> VSAudioFormat
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 VSAudioFormat
impl Debug for VSAudioFormat
source§impl Hash for VSAudioFormat
impl Hash for VSAudioFormat
source§impl PartialEq<VSAudioFormat> for VSAudioFormat
impl PartialEq<VSAudioFormat> for VSAudioFormat
source§fn eq(&self, other: &VSAudioFormat) -> bool
fn eq(&self, other: &VSAudioFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for VSAudioFormat
impl StructuralEq for VSAudioFormat
impl StructuralPartialEq for VSAudioFormat
Auto Trait Implementations§
impl RefUnwindSafe for VSAudioFormat
impl Send for VSAudioFormat
impl Sync for VSAudioFormat
impl Unpin for VSAudioFormat
impl UnwindSafe for VSAudioFormat
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