Struct audio_device_windows_sys::Windows::Win32::Audio::DSCAPS[][src]

#[repr(C)]pub struct DSCAPS {
    pub dwSize: u32,
    pub dwFlags: u32,
    pub dwMinSecondarySampleRate: u32,
    pub dwMaxSecondarySampleRate: u32,
    pub dwPrimaryBuffers: u32,
    pub dwMaxHwMixingAllBuffers: u32,
    pub dwMaxHwMixingStaticBuffers: u32,
    pub dwMaxHwMixingStreamingBuffers: u32,
    pub dwFreeHwMixingAllBuffers: u32,
    pub dwFreeHwMixingStaticBuffers: u32,
    pub dwFreeHwMixingStreamingBuffers: u32,
    pub dwMaxHw3DAllBuffers: u32,
    pub dwMaxHw3DStaticBuffers: u32,
    pub dwMaxHw3DStreamingBuffers: u32,
    pub dwFreeHw3DAllBuffers: u32,
    pub dwFreeHw3DStaticBuffers: u32,
    pub dwFreeHw3DStreamingBuffers: u32,
    pub dwTotalHwMemBytes: u32,
    pub dwFreeHwMemBytes: u32,
    pub dwMaxContigFreeHwMemBytes: u32,
    pub dwUnlockTransferRateHwBuffers: u32,
    pub dwPlayCpuOverheadSwBuffers: u32,
    pub dwReserved1: u32,
    pub dwReserved2: u32,
}

Fields

dwSize: u32dwFlags: u32dwMinSecondarySampleRate: u32dwMaxSecondarySampleRate: u32dwPrimaryBuffers: u32dwMaxHwMixingAllBuffers: u32dwMaxHwMixingStaticBuffers: u32dwMaxHwMixingStreamingBuffers: u32dwFreeHwMixingAllBuffers: u32dwFreeHwMixingStaticBuffers: u32dwFreeHwMixingStreamingBuffers: u32dwMaxHw3DAllBuffers: u32dwMaxHw3DStaticBuffers: u32dwMaxHw3DStreamingBuffers: u32dwFreeHw3DAllBuffers: u32dwFreeHw3DStaticBuffers: u32dwFreeHw3DStreamingBuffers: u32dwTotalHwMemBytes: u32dwFreeHwMemBytes: u32dwMaxContigFreeHwMemBytes: u32dwUnlockTransferRateHwBuffers: u32dwPlayCpuOverheadSwBuffers: u32dwReserved1: u32dwReserved2: u32

Trait Implementations

impl Abi for DSCAPS[src]

type Abi = Self

The abi representation of the implementing type. Read more

impl Clone for DSCAPS[src]

impl Copy for DSCAPS[src]

impl Debug for DSCAPS[src]

impl Default for DSCAPS[src]

impl Eq for DSCAPS[src]

impl PartialEq<DSCAPS> for DSCAPS[src]

Auto Trait Implementations

impl RefUnwindSafe for DSCAPS

impl Send for DSCAPS

impl Sync for DSCAPS

impl Unpin for DSCAPS

impl UnwindSafe for DSCAPS

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<'a, T> IntoParam<'a, T> for T where
    T: Abi
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.