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