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