Struct DSCBUFFERDESC
#[repr(C)]pub struct DSCBUFFERDESC {
pub dwSize: u32,
pub dwFlags: u32,
pub dwBufferBytes: u32,
pub dwReserved: u32,
pub lpwfxFormat: *mut WAVEFORMATEX,
pub dwFXCount: u32,
pub lpDSCFXDesc: *mut DSCEFFECTDESC,
}
Fields§
§dwSize: u32
§dwFlags: u32
§dwBufferBytes: u32
§dwReserved: u32
§lpwfxFormat: *mut WAVEFORMATEX
§dwFXCount: u32
§lpDSCFXDesc: *mut DSCEFFECTDESC
Trait Implementations§
§impl Clone for DSCBUFFERDESC
impl Clone for DSCBUFFERDESC
§fn clone(&self) -> DSCBUFFERDESC
fn clone(&self) -> DSCBUFFERDESC
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 Debug for DSCBUFFERDESC
impl Debug for DSCBUFFERDESC
§impl Default for DSCBUFFERDESC
impl Default for DSCBUFFERDESC
§impl PartialEq for DSCBUFFERDESC
impl PartialEq for DSCBUFFERDESC
impl Copy for DSCBUFFERDESC
impl StructuralPartialEq for DSCBUFFERDESC
Auto Trait Implementations§
impl Freeze for DSCBUFFERDESC
impl RefUnwindSafe for DSCBUFFERDESC
impl !Send for DSCBUFFERDESC
impl !Sync for DSCBUFFERDESC
impl Unpin for DSCBUFFERDESC
impl UnwindSafe for DSCBUFFERDESC
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