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