Struct windows::UI::WindowManagement::IDisplayRegion_Vtbl
#[repr(C)]pub struct IDisplayRegion_Vtbl {
pub base__: IInspectable_Vtbl,
pub DisplayMonitorDeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub WorkAreaOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT,
pub WorkAreaSize: unsafe extern "system" fn(_: *mut c_void, _: *mut Size) -> HRESULT,
pub WindowingEnvironment: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Changed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DisplayMonitorDeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§WorkAreaOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT
§WorkAreaSize: unsafe extern "system" fn(_: *mut c_void, _: *mut Size) -> HRESULT
§WindowingEnvironment: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Changed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDisplayRegion_Vtbl
impl RefUnwindSafe for IDisplayRegion_Vtbl
impl Send for IDisplayRegion_Vtbl
impl Sync for IDisplayRegion_Vtbl
impl Unpin for IDisplayRegion_Vtbl
impl UnwindSafe for IDisplayRegion_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