Struct windows::Win32::System::Com::IProcessLock_Vtbl
#[repr(C)]pub struct IProcessLock_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddRefOnProcess: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub ReleaseRefOnProcess: unsafe extern "system" fn(_: *mut c_void) -> u32,
}
Fields§
§base__: IUnknown_Vtbl
§AddRefOnProcess: unsafe extern "system" fn(_: *mut c_void) -> u32
§ReleaseRefOnProcess: unsafe extern "system" fn(_: *mut c_void) -> u32
Implementations§
§impl IProcessLock_Vtbl
impl IProcessLock_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IProcessLock_Vtblwhere
Identity: IProcessLock_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IProcessLock_Vtbl
impl RefUnwindSafe for IProcessLock_Vtbl
impl Send for IProcessLock_Vtbl
impl Sync for IProcessLock_Vtbl
impl Unpin for IProcessLock_Vtbl
impl UnwindSafe for IProcessLock_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