#[repr(C)]pub struct IDirect3DVertexDeclaration9Vtbl {
pub parent: IUnknownVtbl,
pub GetDevice: unsafe extern "system" fn(This: *mut IDirect3DVertexDeclaration9, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT,
pub GetDeclaration: unsafe extern "system" fn(This: *mut IDirect3DVertexDeclaration9, pElement: *mut D3DVERTEXELEMENT9, pNumElements: *mut UINT) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§GetDevice: unsafe extern "system" fn(This: *mut IDirect3DVertexDeclaration9, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT
§GetDeclaration: unsafe extern "system" fn(This: *mut IDirect3DVertexDeclaration9, pElement: *mut D3DVERTEXELEMENT9, pNumElements: *mut UINT) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDirect3DVertexDeclaration9Vtbl
impl RefUnwindSafe for IDirect3DVertexDeclaration9Vtbl
impl Send for IDirect3DVertexDeclaration9Vtbl
impl Sync for IDirect3DVertexDeclaration9Vtbl
impl Unpin for IDirect3DVertexDeclaration9Vtbl
impl UnwindSafe for IDirect3DVertexDeclaration9Vtbl
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