windows::Win32::Media::WindowsMediaFormat

Trait IWMClientConnections_Impl

pub trait IWMClientConnections_Impl: IUnknownImpl {
    // Required methods
    fn GetClientCount(&self) -> Result<u32>;
    fn GetClientProperties(
        &self,
        dwclientnum: u32,
    ) -> Result<WM_CLIENT_PROPERTIES>;
}

Required Methods§

fn GetClientCount(&self) -> Result<u32>

fn GetClientProperties(&self, dwclientnum: u32) -> Result<WM_CLIENT_PROPERTIES>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§