windows::Win32::Media::KernelStreaming

Trait IKsNodeControl_Impl

pub trait IKsNodeControl_Impl: IUnknownImpl {
    // Required methods
    fn SetNodeId(&self, dwnodeid: u32) -> Result<()>;
    fn SetKsControl(&self, pkscontrol: *const c_void) -> Result<()>;
}

Required Methods§

fn SetNodeId(&self, dwnodeid: u32) -> Result<()>

fn SetKsControl(&self, pkscontrol: *const c_void) -> 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§