windows::Win32::Media::KernelStreaming

Trait IKsAggregateControl_Impl

pub trait IKsAggregateControl_Impl: IUnknownImpl {
    // Required methods
    fn KsAddAggregate(&self, aggregateclass: *const GUID) -> Result<()>;
    fn KsRemoveAggregate(&self, aggregateclass: *const GUID) -> Result<()>;
}

Required Methods§

fn KsAddAggregate(&self, aggregateclass: *const GUID) -> Result<()>

fn KsRemoveAggregate(&self, aggregateclass: *const GUID) -> 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§