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

#[repr(C)]pub struct KSTOPOLOGY {
    pub CategoriesCount: u32,
    pub Categories: *mut Guid,
    pub TopologyNodesCount: u32,
    pub TopologyNodes: *mut Guid,
    pub TopologyConnectionsCount: u32,
    pub TopologyConnections: *mut KSTOPOLOGY_CONNECTION,
    pub TopologyNodesNames: *mut Guid,
    pub Reserved: u32,
}

Fields

CategoriesCount: u32Categories: *mut GuidTopologyNodesCount: u32TopologyNodes: *mut GuidTopologyConnectionsCount: u32TopologyConnections: *mut KSTOPOLOGY_CONNECTIONTopologyNodesNames: *mut GuidReserved: u32

Trait Implementations

impl Abi for KSTOPOLOGY[src]

type Abi = Self

The abi representation of the implementing type. Read more

impl Clone for KSTOPOLOGY[src]

impl Copy for KSTOPOLOGY[src]

impl Debug for KSTOPOLOGY[src]

impl Default for KSTOPOLOGY[src]

impl Eq for KSTOPOLOGY[src]

impl PartialEq<KSTOPOLOGY> for KSTOPOLOGY[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.