#[repr(C)]pub struct ICameraUIControlEventCallback_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnStartupComplete: unsafe extern "system" fn(_: *mut c_void),
pub OnSuspendComplete: unsafe extern "system" fn(_: *mut c_void),
pub OnItemCaptured: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR),
pub OnItemDeleted: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR),
pub OnClosed: unsafe extern "system" fn(_: *mut c_void),
}
Fields§
§base__: IUnknown_Vtbl
§OnStartupComplete: unsafe extern "system" fn(_: *mut c_void)
§OnSuspendComplete: unsafe extern "system" fn(_: *mut c_void)
§OnItemCaptured: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR)
§OnItemDeleted: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR)
§OnClosed: unsafe extern "system" fn(_: *mut c_void)
Implementations§
§impl ICameraUIControlEventCallback_Vtbl
impl ICameraUIControlEventCallback_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICameraUIControlEventCallback_Vtblwhere
Identity: ICameraUIControlEventCallback_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICameraUIControlEventCallback_Vtbl
impl RefUnwindSafe for ICameraUIControlEventCallback_Vtbl
impl Send for ICameraUIControlEventCallback_Vtbl
impl Sync for ICameraUIControlEventCallback_Vtbl
impl Unpin for ICameraUIControlEventCallback_Vtbl
impl UnwindSafe for ICameraUIControlEventCallback_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