#[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: u64Trait Implementations§
Source§impl Clone for VSAudioFormat
impl Clone for VSAudioFormat
Source§fn clone(&self) -> VSAudioFormat
fn clone(&self) -> VSAudioFormat
Returns a duplicate 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
impl Copy for VSAudioFormat
Auto Trait Implementations§
impl Freeze for VSAudioFormat
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