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