Struct IMFCameraControlNotify_Vtbl
#[repr(C)]pub struct IMFCameraControlNotify_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnChange: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32),
pub OnError: unsafe extern "system" fn(_: *mut c_void, _: HRESULT),
}
Fields§
§base__: IUnknown_Vtbl
§OnChange: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32)
§OnError: unsafe extern "system" fn(_: *mut c_void, _: HRESULT)
Implementations§
§impl IMFCameraControlNotify_Vtbl
impl IMFCameraControlNotify_Vtbl
pub const fn new<Identity: IMFCameraControlNotify_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFCameraControlNotify_Vtbl
impl RefUnwindSafe for IMFCameraControlNotify_Vtbl
impl Send for IMFCameraControlNotify_Vtbl
impl Sync for IMFCameraControlNotify_Vtbl
impl Unpin for IMFCameraControlNotify_Vtbl
impl UnwindSafe for IMFCameraControlNotify_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more