#[repr(C)]pub struct IAdvancedVideoCaptureDeviceController5_Vtbl {
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub GetDevicePropertyById: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDevicePropertyById: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *mut VideoDeviceControllerSetDevicePropertyStatus) -> HRESULT,
pub GetDevicePropertyByExtendedId: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDevicePropertyByExtendedId: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: u32, _: *const u8, _: *mut VideoDeviceControllerSetDevicePropertyStatus) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§GetDevicePropertyById: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDevicePropertyById: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *mut VideoDeviceControllerSetDevicePropertyStatus) -> HRESULT
§GetDevicePropertyByExtendedId: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDevicePropertyByExtendedId: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: u32, _: *const u8, _: *mut VideoDeviceControllerSetDevicePropertyStatus) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAdvancedVideoCaptureDeviceController5_Vtbl
impl RefUnwindSafe for IAdvancedVideoCaptureDeviceController5_Vtbl
impl Send for IAdvancedVideoCaptureDeviceController5_Vtbl
impl Sync for IAdvancedVideoCaptureDeviceController5_Vtbl
impl Unpin for IAdvancedVideoCaptureDeviceController5_Vtbl
impl UnwindSafe for IAdvancedVideoCaptureDeviceController5_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