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