Struct IDMLCommandRecorder_Vtbl
#[repr(C)]pub struct IDMLCommandRecorder_Vtbl {
pub base__: IDMLDeviceChild_Vtbl,
pub RecordDispatch: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void),
}
Fields§
§base__: IDMLDeviceChild_Vtbl
§RecordDispatch: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void)
Implementations§
§impl IDMLCommandRecorder_Vtbl
impl IDMLCommandRecorder_Vtbl
pub const fn new<Identity: IDMLCommandRecorder_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDMLCommandRecorder_Vtbl
impl RefUnwindSafe for IDMLCommandRecorder_Vtbl
impl Send for IDMLCommandRecorder_Vtbl
impl Sync for IDMLCommandRecorder_Vtbl
impl Unpin for IDMLCommandRecorder_Vtbl
impl UnwindSafe for IDMLCommandRecorder_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