windows::Win32::Media::DirectShow

Trait IBDA_SignalProperties_Impl

pub trait IBDA_SignalProperties_Impl: IUnknownImpl {
    // Required methods
    fn PutNetworkType(&self, guidnetworktype: *const GUID) -> Result<()>;
    fn GetNetworkType(&self, pguidnetworktype: *mut GUID) -> Result<()>;
    fn PutSignalSource(&self, ulsignalsource: u32) -> Result<()>;
    fn GetSignalSource(&self, pulsignalsource: *mut u32) -> Result<()>;
    fn PutTuningSpace(&self, guidtuningspace: *const GUID) -> Result<()>;
    fn GetTuningSpace(&self, pguidtuingspace: *mut GUID) -> Result<()>;
}

Required Methods§

fn PutNetworkType(&self, guidnetworktype: *const GUID) -> Result<()>

fn GetNetworkType(&self, pguidnetworktype: *mut GUID) -> Result<()>

fn PutSignalSource(&self, ulsignalsource: u32) -> Result<()>

fn GetSignalSource(&self, pulsignalsource: *mut u32) -> Result<()>

fn PutTuningSpace(&self, guidtuningspace: *const GUID) -> Result<()>

fn GetTuningSpace(&self, pguidtuingspace: *mut 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§