#[repr(C)]pub struct IDisplayInformationStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetForCurrentView: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AutoRotationPreferences: unsafe extern "system" fn(_: *mut c_void, _: *mut DisplayOrientations) -> HRESULT,
pub SetAutoRotationPreferences: unsafe extern "system" fn(_: *mut c_void, _: DisplayOrientations) -> HRESULT,
pub DisplayContentsInvalidated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveDisplayContentsInvalidated: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetForCurrentView: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AutoRotationPreferences: unsafe extern "system" fn(_: *mut c_void, _: *mut DisplayOrientations) -> HRESULT
§SetAutoRotationPreferences: unsafe extern "system" fn(_: *mut c_void, _: DisplayOrientations) -> HRESULT
§DisplayContentsInvalidated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveDisplayContentsInvalidated: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDisplayInformationStatics_Vtbl
impl RefUnwindSafe for IDisplayInformationStatics_Vtbl
impl Send for IDisplayInformationStatics_Vtbl
impl Sync for IDisplayInformationStatics_Vtbl
impl Unpin for IDisplayInformationStatics_Vtbl
impl UnwindSafe for IDisplayInformationStatics_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