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 ==
.impl Copy for VSAudioFormat
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