Trait IPinConnection_Impl
pub trait IPinConnection_Impl: IUnknownImpl {
// Required methods
fn DynamicQueryAccept(&self, pmt: *const AM_MEDIA_TYPE) -> Result<()>;
fn NotifyEndOfStream(&self, hnotifyevent: HANDLE) -> Result<()>;
fn IsEndPin(&self) -> HRESULT;
fn DynamicDisconnect(&self) -> Result<()>;
}
Required Methods§
fn DynamicQueryAccept(&self, pmt: *const AM_MEDIA_TYPE) -> Result<()>
fn NotifyEndOfStream(&self, hnotifyevent: HANDLE) -> Result<()>
fn IsEndPin(&self) -> HRESULT
fn DynamicDisconnect(&self) -> 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.