Struct vc6_sys::waveformat_tag
source · #[repr(C, packed(2))]pub struct waveformat_tag {
pub wFormatTag: WORD,
pub nChannels: WORD,
pub nSamplesPerSec: DWORD,
pub nAvgBytesPerSec: DWORD,
pub nBlockAlign: WORD,
}
Fields§
§wFormatTag: WORD
§nChannels: WORD
§nSamplesPerSec: DWORD
§nAvgBytesPerSec: DWORD
§nBlockAlign: WORD
Trait Implementations§
source§impl Clone for waveformat_tag
impl Clone for waveformat_tag
source§fn clone(&self) -> waveformat_tag
fn clone(&self) -> waveformat_tag
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 waveformat_tag
impl Debug for waveformat_tag
impl Copy for waveformat_tag
Auto Trait Implementations§
impl RefUnwindSafe for waveformat_tag
impl Send for waveformat_tag
impl Sync for waveformat_tag
impl Unpin for waveformat_tag
impl UnwindSafe for waveformat_tag
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