Struct audio_device_windows_sys::Windows::Win32::CoreAudio::DEVCAPS[][src]

#[repr(C)]pub struct DEVCAPS {
    pub CanRecord: i32,
    pub CanRecordStrobe: i32,
    pub HasAudio: i32,
    pub HasVideo: i32,
    pub UsesFiles: i32,
    pub CanSave: i32,
    pub DeviceType: i32,
    pub TCRead: i32,
    pub TCWrite: i32,
    pub CTLRead: i32,
    pub IndexRead: i32,
    pub Preroll: i32,
    pub Postroll: i32,
    pub SyncAcc: i32,
    pub NormRate: i32,
    pub CanPreview: i32,
    pub CanMonitorSrc: i32,
    pub CanTest: i32,
    pub VideoIn: i32,
    pub AudioIn: i32,
    pub Calibrate: i32,
    pub SeekType: i32,
    pub SimulatedHardware: i32,
}

Fields

CanRecord: i32CanRecordStrobe: i32HasAudio: i32HasVideo: i32UsesFiles: i32CanSave: i32DeviceType: i32TCRead: i32TCWrite: i32CTLRead: i32IndexRead: i32Preroll: i32Postroll: i32SyncAcc: i32NormRate: i32CanPreview: i32CanMonitorSrc: i32CanTest: i32VideoIn: i32AudioIn: i32Calibrate: i32SeekType: i32SimulatedHardware: i32

Trait Implementations

impl Abi for DEVCAPS[src]

type Abi = Self

The abi representation of the implementing type. Read more

impl Clone for DEVCAPS[src]

impl Copy for DEVCAPS[src]

impl Debug for DEVCAPS[src]

impl Default for DEVCAPS[src]

impl Eq for DEVCAPS[src]

impl PartialEq<DEVCAPS> for DEVCAPS[src]

Auto Trait Implementations

impl RefUnwindSafe for DEVCAPS

impl Send for DEVCAPS

impl Sync for DEVCAPS

impl Unpin for DEVCAPS

impl UnwindSafe for DEVCAPS

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.