#[repr(C)]pub struct ID3D11RefTrackingOptionsVtbl {
pub parent: IUnknownVtbl,
pub SetTrackingOptions: unsafe extern "system" fn(This: *mut ID3D11RefTrackingOptions, Options: UINT) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§SetTrackingOptions: unsafe extern "system" fn(This: *mut ID3D11RefTrackingOptions, Options: UINT) -> HRESULT
Auto Trait Implementations§
impl Freeze for ID3D11RefTrackingOptionsVtbl
impl RefUnwindSafe for ID3D11RefTrackingOptionsVtbl
impl Send for ID3D11RefTrackingOptionsVtbl
impl Sync for ID3D11RefTrackingOptionsVtbl
impl Unpin for ID3D11RefTrackingOptionsVtbl
impl UnwindSafe for ID3D11RefTrackingOptionsVtbl
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