#[repr(C)]pub struct IDXGIDeviceSubObjectVtbl {
pub parent: IDXGIObjectVtbl,
pub GetDevice: unsafe extern "system" fn(This: *mut IDXGIDeviceSubObject, riid: REFIID, ppDevice: *mut *mut c_void) -> HRESULT,
}Fields§
§parent: IDXGIObjectVtbl§GetDevice: unsafe extern "system" fn(This: *mut IDXGIDeviceSubObject, riid: REFIID, ppDevice: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IDXGIDeviceSubObjectVtbl
impl RefUnwindSafe for IDXGIDeviceSubObjectVtbl
impl Send for IDXGIDeviceSubObjectVtbl
impl Sync for IDXGIDeviceSubObjectVtbl
impl Unpin for IDXGIDeviceSubObjectVtbl
impl UnwindSafe for IDXGIDeviceSubObjectVtbl
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