Struct windows_sys::Win32::Media::KernelStreaming::KSTOPOLOGY
[−]#[repr(C)]pub struct KSTOPOLOGY {
pub CategoriesCount: u32,
pub Categories: *const GUID,
pub TopologyNodesCount: u32,
pub TopologyNodes: *const GUID,
pub TopologyConnectionsCount: u32,
pub TopologyConnections: *const KSTOPOLOGY_CONNECTION,
pub TopologyNodesNames: *const GUID,
pub Reserved: u32,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
CategoriesCount: u32
Categories: *const GUID
TopologyNodesCount: u32
TopologyNodes: *const GUID
TopologyConnectionsCount: u32
TopologyConnections: *const KSTOPOLOGY_CONNECTION
TopologyNodesNames: *const GUID
Reserved: u32
Trait Implementations
impl Clone for KSTOPOLOGY
impl Clone for KSTOPOLOGY
impl Copy for KSTOPOLOGY
Auto Trait Implementations
impl RefUnwindSafe for KSTOPOLOGY
impl !Send for KSTOPOLOGY
impl !Sync for KSTOPOLOGY
impl Unpin for KSTOPOLOGY
impl UnwindSafe for KSTOPOLOGY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more