pub trait IKsNodeControl_Impl: Sized {
    // 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<()>

Object Safety§

This trait is not object safe.

Implementors§