#[repr(C)]pub struct ID3D12CommandSignatureVtbl {
pub parent: ID3D12PageableVtbl,
}
Fields§
§parent: ID3D12PageableVtbl
Auto Trait Implementations§
impl Freeze for ID3D12CommandSignatureVtbl
impl RefUnwindSafe for ID3D12CommandSignatureVtbl
impl Send for ID3D12CommandSignatureVtbl
impl Sync for ID3D12CommandSignatureVtbl
impl Unpin for ID3D12CommandSignatureVtbl
impl UnwindSafe for ID3D12CommandSignatureVtbl
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