Struct IViewObjectPresentFlipSite_Vtbl
#[repr(C)]pub struct IViewObjectPresentFlipSite_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetDeviceLuid: unsafe extern "system" fn(_: *mut c_void, _: *mut LUID) -> HRESULT,
pub EnterFullScreen: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ExitFullScreen: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub IsFullScreen: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub GetBoundingRect: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT,
pub GetMetrics: unsafe extern "system" fn(_: *mut c_void, _: *mut POINT, _: *mut SIZE, _: *mut f32, _: *mut f32) -> HRESULT,
pub GetFullScreenSize: unsafe extern "system" fn(_: *mut c_void, _: *mut SIZE) -> HRESULT,
/* private fields */
}
Fields§
§base__: IUnknown_Vtbl
§GetDeviceLuid: unsafe extern "system" fn(_: *mut c_void, _: *mut LUID) -> HRESULT
§EnterFullScreen: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ExitFullScreen: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§IsFullScreen: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§GetBoundingRect: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT
§GetMetrics: unsafe extern "system" fn(_: *mut c_void, _: *mut POINT, _: *mut SIZE, _: *mut f32, _: *mut f32) -> HRESULT
§GetFullScreenSize: unsafe extern "system" fn(_: *mut c_void, _: *mut SIZE) -> HRESULT
Implementations§
§impl IViewObjectPresentFlipSite_Vtbl
impl IViewObjectPresentFlipSite_Vtbl
pub const fn new<Identity: IViewObjectPresentFlipSite_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IViewObjectPresentFlipSite_Vtbl
impl RefUnwindSafe for IViewObjectPresentFlipSite_Vtbl
impl Send for IViewObjectPresentFlipSite_Vtbl
impl Sync for IViewObjectPresentFlipSite_Vtbl
impl Unpin for IViewObjectPresentFlipSite_Vtbl
impl UnwindSafe for IViewObjectPresentFlipSite_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