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