Struct IAdvancedVideoCaptureDeviceController_Vtbl
#[repr(C)]pub struct IAdvancedVideoCaptureDeviceController_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetDeviceProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetDeviceProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetDeviceProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§GetDeviceProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAdvancedVideoCaptureDeviceController_Vtbl
impl RefUnwindSafe for IAdvancedVideoCaptureDeviceController_Vtbl
impl Send for IAdvancedVideoCaptureDeviceController_Vtbl
impl Sync for IAdvancedVideoCaptureDeviceController_Vtbl
impl Unpin for IAdvancedVideoCaptureDeviceController_Vtbl
impl UnwindSafe for IAdvancedVideoCaptureDeviceController_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