Struct windows::Win32::Media::MediaFoundation::IMFCameraControlMonitor_Vtbl
#[repr(C)]pub struct IMFCameraControlMonitor_Vtbl {
pub base__: IUnknown_Vtbl,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AddControlSubscription: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u32) -> HRESULT,
pub RemoveControlSubscription: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u32) -> HRESULT,
pub Shutdown: unsafe extern "system" fn(_: *mut c_void),
}
Fields§
§base__: IUnknown_Vtbl
§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§AddControlSubscription: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u32) -> HRESULT
§RemoveControlSubscription: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u32) -> HRESULT
§Shutdown: unsafe extern "system" fn(_: *mut c_void)
Implementations§
§impl IMFCameraControlMonitor_Vtbl
impl IMFCameraControlMonitor_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFCameraControlMonitor_Vtblwhere
Identity: IMFCameraControlMonitor_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFCameraControlMonitor_Vtbl
impl RefUnwindSafe for IMFCameraControlMonitor_Vtbl
impl Send for IMFCameraControlMonitor_Vtbl
impl Sync for IMFCameraControlMonitor_Vtbl
impl Unpin for IMFCameraControlMonitor_Vtbl
impl UnwindSafe for IMFCameraControlMonitor_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