#[repr(C)]pub struct IDXGIDevice3Vtbl {
pub parent: IDXGIDevice2Vtbl,
pub Trim: unsafe extern "system" fn(This: *mut IDXGIDevice3),
}
Fields§
§parent: IDXGIDevice2Vtbl
§Trim: unsafe extern "system" fn(This: *mut IDXGIDevice3)
Auto Trait Implementations§
impl Freeze for IDXGIDevice3Vtbl
impl RefUnwindSafe for IDXGIDevice3Vtbl
impl Send for IDXGIDevice3Vtbl
impl Sync for IDXGIDevice3Vtbl
impl Unpin for IDXGIDevice3Vtbl
impl UnwindSafe for IDXGIDevice3Vtbl
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