windows::Win32::Media::KernelStreaming

Trait IKsJackDescription_Impl

pub trait IKsJackDescription_Impl: IUnknownImpl {
    // Required methods
    fn GetJackCount(&self) -> Result<u32>;
    fn GetJackDescription(
        &self,
        njack: u32,
        pdescription: *mut KSJACK_DESCRIPTION,
    ) -> Result<()>;
}

Required Methods§

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

fn GetJackDescription( &self, njack: u32, pdescription: *mut KSJACK_DESCRIPTION, ) -> Result<()>

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§