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