Struct DVIADPCMWAVEFORMAT
#[repr(C, packed(1))]pub struct DVIADPCMWAVEFORMAT {
pub wfx: WAVEFORMATEX,
pub wSamplesPerBlock: u16,
}
Fields§
§wfx: WAVEFORMATEX
§wSamplesPerBlock: u16
Trait Implementations§
§impl Clone for DVIADPCMWAVEFORMAT
impl Clone for DVIADPCMWAVEFORMAT
§fn clone(&self) -> DVIADPCMWAVEFORMAT
fn clone(&self) -> DVIADPCMWAVEFORMAT
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 more§impl Default for DVIADPCMWAVEFORMAT
impl Default for DVIADPCMWAVEFORMAT
impl Copy for DVIADPCMWAVEFORMAT
Auto Trait Implementations§
impl Freeze for DVIADPCMWAVEFORMAT
impl RefUnwindSafe for DVIADPCMWAVEFORMAT
impl Send for DVIADPCMWAVEFORMAT
impl Sync for DVIADPCMWAVEFORMAT
impl Unpin for DVIADPCMWAVEFORMAT
impl UnwindSafe for DVIADPCMWAVEFORMAT
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