Struct windows::Media::Devices::IHdrVideoControl_Vtbl
#[repr(C)]pub struct IHdrVideoControl_Vtbl {
pub base__: IInspectable_Vtbl,
pub Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SupportedModes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Mode: unsafe extern "system" fn(_: *mut c_void, _: *mut HdrVideoMode) -> HRESULT,
pub SetMode: unsafe extern "system" fn(_: *mut c_void, _: HdrVideoMode) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SupportedModes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Mode: unsafe extern "system" fn(_: *mut c_void, _: *mut HdrVideoMode) -> HRESULT
§SetMode: unsafe extern "system" fn(_: *mut c_void, _: HdrVideoMode) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHdrVideoControl_Vtbl
impl RefUnwindSafe for IHdrVideoControl_Vtbl
impl Send for IHdrVideoControl_Vtbl
impl Sync for IHdrVideoControl_Vtbl
impl Unpin for IHdrVideoControl_Vtbl
impl UnwindSafe for IHdrVideoControl_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