Struct windows::Win32::Graphics::Dxgi::IDXGIResource1_Vtbl
#[repr(C)]pub struct IDXGIResource1_Vtbl {
pub base__: IDXGIResource_Vtbl,
pub CreateSubresourceSurface: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub CreateSharedHandle: unsafe extern "system" fn(_: *mut c_void, _: *const SECURITY_ATTRIBUTES, _: u32, _: PCWSTR, _: *mut HANDLE) -> HRESULT,
}
Fields§
§base__: IDXGIResource_Vtbl
§CreateSubresourceSurface: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDXGIResource1_Vtbl
impl IDXGIResource1_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDXGIResource1_Vtblwhere
Identity: IDXGIResource1_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDXGIResource1_Vtbl
impl RefUnwindSafe for IDXGIResource1_Vtbl
impl Send for IDXGIResource1_Vtbl
impl Sync for IDXGIResource1_Vtbl
impl Unpin for IDXGIResource1_Vtbl
impl UnwindSafe for IDXGIResource1_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