Struct windows::Win32::System::WindowsProgramming::ICameraUIControl_Vtbl
#[repr(C)]pub struct ICameraUIControl_Vtbl {
pub base__: IUnknown_Vtbl,
pub Show: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: CameraUIControlMode, _: CameraUIControlLinearSelectionMode, _: CameraUIControlCaptureMode, _: CameraUIControlPhotoFormat, _: CameraUIControlVideoFormat, _: BOOL, _: *mut c_void) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Suspend: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetCurrentViewType: unsafe extern "system" fn(_: *mut c_void, _: *mut CameraUIControlViewType) -> HRESULT,
pub GetActiveItem: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetSelectedItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub RemoveCapturedItem: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Show: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: CameraUIControlMode, _: CameraUIControlLinearSelectionMode, _: CameraUIControlCaptureMode, _: CameraUIControlPhotoFormat, _: CameraUIControlVideoFormat, _: BOOL, _: *mut c_void) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Suspend: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetCurrentViewType: unsafe extern "system" fn(_: *mut c_void, _: *mut CameraUIControlViewType) -> HRESULT
§GetActiveItem: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetSelectedItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§RemoveCapturedItem: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl ICameraUIControl_Vtbl
impl ICameraUIControl_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICameraUIControl_Vtblwhere
Identity: ICameraUIControl_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICameraUIControl_Vtbl
impl RefUnwindSafe for ICameraUIControl_Vtbl
impl Send for ICameraUIControl_Vtbl
impl Sync for ICameraUIControl_Vtbl
impl Unpin for ICameraUIControl_Vtbl
impl UnwindSafe for ICameraUIControl_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