Struct windows::Win32::Graphics::Dxgi::IDXGISurface1_Vtbl
#[repr(C)]pub struct IDXGISurface1_Vtbl {
pub base__: IDXGISurface_Vtbl,
pub GetDC: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut HDC) -> HRESULT,
pub ReleaseDC: unsafe extern "system" fn(_: *mut c_void, _: *const RECT) -> HRESULT,
}
Fields§
§base__: IDXGISurface_Vtbl
§GetDC: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut HDC) -> HRESULT
§ReleaseDC: unsafe extern "system" fn(_: *mut c_void, _: *const RECT) -> HRESULT
Implementations§
§impl IDXGISurface1_Vtbl
impl IDXGISurface1_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDXGISurface1_Vtblwhere
Identity: IDXGISurface1_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDXGISurface1_Vtbl
impl RefUnwindSafe for IDXGISurface1_Vtbl
impl Send for IDXGISurface1_Vtbl
impl Sync for IDXGISurface1_Vtbl
impl Unpin for IDXGISurface1_Vtbl
impl UnwindSafe for IDXGISurface1_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