pub trait IMFCameraControlNotify_Impl: Sized {
    // Required methods
    fn OnChange(&self, controlset: *const GUID, id: u32);
    fn OnError(&self, hrstatus: HRESULT);
}

Required Methods§

fn OnChange(&self, controlset: *const GUID, id: u32)

fn OnError(&self, hrstatus: HRESULT)

Object Safety§

This trait is not object safe.

Implementors§