Trait IMFCameraControlNotify_Impl
pub trait IMFCameraControlNotify_Impl: IUnknownImpl {
// Required methods
fn OnChange(&self, controlset: *const GUID, id: u32);
fn OnError(&self, hrstatus: HRESULT);
}
Required Methods§
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.