Struct IWiaVideo_Vtbl
#[repr(C)]pub struct IWiaVideo_Vtbl {Show 14 fields
pub base__: IUnknown_Vtbl,
pub PreviewVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetPreviewVisible: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub ImagesDirectory: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetImagesDirectory: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateVideoByWiaDevID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HWND, _: BOOL, _: BOOL) -> HRESULT,
pub CreateVideoByDevNum: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HWND, _: BOOL, _: BOOL) -> HRESULT,
pub CreateVideoByName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HWND, _: BOOL, _: BOOL) -> HRESULT,
pub DestroyVideo: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Play: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub TakePicture: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ResizeVideo: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetCurrentState: unsafe extern "system" fn(_: *mut c_void, _: *mut WIAVIDEO_STATE) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§PreviewVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetPreviewVisible: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§ImagesDirectory: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetImagesDirectory: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§CreateVideoByWiaDevID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HWND, _: BOOL, _: BOOL) -> HRESULT§CreateVideoByDevNum: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HWND, _: BOOL, _: BOOL) -> HRESULT§CreateVideoByName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HWND, _: BOOL, _: BOOL) -> HRESULT§DestroyVideo: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Play: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§TakePicture: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ResizeVideo: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§GetCurrentState: unsafe extern "system" fn(_: *mut c_void, _: *mut WIAVIDEO_STATE) -> HRESULTImplementations§
§impl IWiaVideo_Vtbl
impl IWiaVideo_Vtbl
pub const fn new<Identity: IWiaVideo_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWiaVideo_Vtbl
impl RefUnwindSafe for IWiaVideo_Vtbl
impl Send for IWiaVideo_Vtbl
impl Sync for IWiaVideo_Vtbl
impl Unpin for IWiaVideo_Vtbl
impl UnwindSafe for IWiaVideo_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