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