Struct windows::Win32::Web::InternetExplorer::ISurfacePresenterFlip2_Vtbl
#[repr(C)]pub struct ISurfacePresenterFlip2_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetRotation: unsafe extern "system" fn(_: *mut c_void, _: DXGI_MODE_ROTATION) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetRotation: unsafe extern "system" fn(_: *mut c_void, _: DXGI_MODE_ROTATION) -> HRESULT
Implementations§
§impl ISurfacePresenterFlip2_Vtbl
impl ISurfacePresenterFlip2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISurfacePresenterFlip2_Vtblwhere
Identity: ISurfacePresenterFlip2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISurfacePresenterFlip2_Vtbl
impl RefUnwindSafe for ISurfacePresenterFlip2_Vtbl
impl Send for ISurfacePresenterFlip2_Vtbl
impl Sync for ISurfacePresenterFlip2_Vtbl
impl Unpin for ISurfacePresenterFlip2_Vtbl
impl UnwindSafe for ISurfacePresenterFlip2_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