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

#[repr(C)]pub struct KSJACK_SINK_INFORMATION {
    pub ConnType: KSJACK_SINK_CONNECTIONTYPE,
    pub ManufacturerId: u16,
    pub ProductId: u16,
    pub AudioLatency: u16,
    pub HDCPCapable: BOOL,
    pub AICapable: BOOL,
    pub SinkDescriptionLength: u8,
    pub SinkDescription: [u16; 32],
    pub PortId: LUID,
}

Fields

ConnType: KSJACK_SINK_CONNECTIONTYPEManufacturerId: u16ProductId: u16AudioLatency: u16HDCPCapable: BOOLAICapable: BOOLSinkDescriptionLength: u8SinkDescription: [u16; 32]PortId: LUID

Trait Implementations

impl Abi for KSJACK_SINK_INFORMATION[src]

type Abi = Self

The abi representation of the implementing type. Read more

impl Clone for KSJACK_SINK_INFORMATION[src]

impl Copy for KSJACK_SINK_INFORMATION[src]

impl Debug for KSJACK_SINK_INFORMATION[src]

impl Default for KSJACK_SINK_INFORMATION[src]

impl Eq for KSJACK_SINK_INFORMATION[src]

impl PartialEq<KSJACK_SINK_INFORMATION> for KSJACK_SINK_INFORMATION[src]

Auto Trait Implementations

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.