Struct rustsynth_sys::VSAudioFormat
source · #[repr(C)]pub struct VSAudioFormat {
pub sampleType: c_int,
pub bitsPerSample: c_int,
pub bytesPerSample: c_int,
pub numChannels: c_int,
pub channelLayout: u64,
}
Fields§
§sampleType: c_int
§bitsPerSample: c_int
§bytesPerSample: c_int
§numChannels: c_int
§channelLayout: u64
Trait 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 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 ==
.