Struct windows::Graphics::Display::Core::IHdmiDisplayInformation_Vtbl
#[repr(C)]pub struct IHdmiDisplayInformation_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetSupportedDisplayModes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCurrentDisplayMode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDefaultDisplayModeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestSetCurrentDisplayModeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestSetCurrentDisplayModeWithHdrAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HdmiDisplayHdrOption, _: *mut *mut c_void) -> HRESULT,
pub RequestSetCurrentDisplayModeWithHdrAndMetadataAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HdmiDisplayHdrOption, _: HdmiDisplayHdr2086Metadata, _: *mut *mut c_void) -> HRESULT,
pub DisplayModesChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveDisplayModesChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetSupportedDisplayModes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCurrentDisplayMode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDefaultDisplayModeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RequestSetCurrentDisplayModeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RequestSetCurrentDisplayModeWithHdrAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HdmiDisplayHdrOption, _: *mut *mut c_void) -> HRESULT
§RequestSetCurrentDisplayModeWithHdrAndMetadataAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HdmiDisplayHdrOption, _: HdmiDisplayHdr2086Metadata, _: *mut *mut c_void) -> HRESULT
§DisplayModesChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveDisplayModesChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHdmiDisplayInformation_Vtbl
impl RefUnwindSafe for IHdmiDisplayInformation_Vtbl
impl Send for IHdmiDisplayInformation_Vtbl
impl Sync for IHdmiDisplayInformation_Vtbl
impl Unpin for IHdmiDisplayInformation_Vtbl
impl UnwindSafe for IHdmiDisplayInformation_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