Struct windows::Win32::Graphics::Direct3D11::ID3DUserDefinedAnnotation_Vtbl
#[repr(C)]pub struct ID3DUserDefinedAnnotation_Vtbl {
pub base__: IUnknown_Vtbl,
pub BeginEvent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> i32,
pub EndEvent: unsafe extern "system" fn(_: *mut c_void) -> i32,
pub SetMarker: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR),
pub GetStatus: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
}
Fields§
§base__: IUnknown_Vtbl
§BeginEvent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> i32
§EndEvent: unsafe extern "system" fn(_: *mut c_void) -> i32
§SetMarker: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR)
§GetStatus: unsafe extern "system" fn(_: *mut c_void) -> BOOL
Implementations§
§impl ID3DUserDefinedAnnotation_Vtbl
impl ID3DUserDefinedAnnotation_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ID3DUserDefinedAnnotation_Vtblwhere
Identity: ID3DUserDefinedAnnotation_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ID3DUserDefinedAnnotation_Vtbl
impl RefUnwindSafe for ID3DUserDefinedAnnotation_Vtbl
impl Send for ID3DUserDefinedAnnotation_Vtbl
impl Sync for ID3DUserDefinedAnnotation_Vtbl
impl Unpin for ID3DUserDefinedAnnotation_Vtbl
impl UnwindSafe for ID3DUserDefinedAnnotation_Vtbl
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