#[repr(C)]pub struct ID3D12Debug {
pub lpVtbl: *const ID3D12DebugVtbl,
}
Fields§
§lpVtbl: *const ID3D12DebugVtbl
Implementations§
Source§impl ID3D12Debug
impl ID3D12Debug
pub unsafe fn EnableDebugLayer(&self)
Trait Implementations§
Source§impl Deref for ID3D12Debug
impl Deref for ID3D12Debug
Auto Trait Implementations§
impl Freeze for ID3D12Debug
impl RefUnwindSafe for ID3D12Debug
impl !Send for ID3D12Debug
impl !Sync for ID3D12Debug
impl Unpin for ID3D12Debug
impl UnwindSafe for ID3D12Debug
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