#[repr(C)]pub struct ID3D12VersionedRootSignatureDeserializerVtbl {
pub parent: IUnknownVtbl,
pub GetRootSignatureDescAtVersion: unsafe extern "system" fn(_: *mut ID3D12VersionedRootSignatureDeserializer, _: u32, _: *mut *mut D3D12_VERSIONED_ROOT_SIGNATURE_DESC) -> i32,
pub GetUnconvertedRootSignatureDesc: unsafe extern "system" fn(_: *mut ID3D12VersionedRootSignatureDeserializer) -> *const D3D12_VERSIONED_ROOT_SIGNATURE_DESC,
}
Fields§
§parent: IUnknownVtbl
§GetRootSignatureDescAtVersion: unsafe extern "system" fn(_: *mut ID3D12VersionedRootSignatureDeserializer, _: u32, _: *mut *mut D3D12_VERSIONED_ROOT_SIGNATURE_DESC) -> i32
§GetUnconvertedRootSignatureDesc: unsafe extern "system" fn(_: *mut ID3D12VersionedRootSignatureDeserializer) -> *const D3D12_VERSIONED_ROOT_SIGNATURE_DESC
Auto Trait Implementations§
impl Freeze for ID3D12VersionedRootSignatureDeserializerVtbl
impl RefUnwindSafe for ID3D12VersionedRootSignatureDeserializerVtbl
impl Send for ID3D12VersionedRootSignatureDeserializerVtbl
impl Sync for ID3D12VersionedRootSignatureDeserializerVtbl
impl Unpin for ID3D12VersionedRootSignatureDeserializerVtbl
impl UnwindSafe for ID3D12VersionedRootSignatureDeserializerVtbl
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