windows::Win32::Media::DirectShow

Trait IBDA_IPSinkInfo_Impl

pub trait IBDA_IPSinkInfo_Impl: IUnknownImpl {
    // Required methods
    fn get_MulticastList(
        &self,
        pulcbaddresses: *mut u32,
        ppbaddresslist: *mut *mut u8,
    ) -> Result<()>;
    fn AdapterIPAddress(&self) -> Result<BSTR>;
    fn AdapterDescription(&self) -> Result<BSTR>;
}

Required Methods§

fn get_MulticastList( &self, pulcbaddresses: *mut u32, ppbaddresslist: *mut *mut u8, ) -> Result<()>

fn AdapterIPAddress(&self) -> Result<BSTR>

fn AdapterDescription(&self) -> Result<BSTR>

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§