Struct windows::Win32::UI::Shell::IProfferService_Vtbl
#[repr(C)]pub struct IProfferService_Vtbl {
pub base__: IUnknown_Vtbl,
pub ProfferService: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void, _: *mut u32) -> HRESULT,
pub RevokeService: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ProfferService: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void, _: *mut u32) -> HRESULT
§RevokeService: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IProfferService_Vtbl
impl IProfferService_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IProfferService_Vtblwhere
Identity: IProfferService_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IProfferService_Vtbl
impl RefUnwindSafe for IProfferService_Vtbl
impl Send for IProfferService_Vtbl
impl Sync for IProfferService_Vtbl
impl Unpin for IProfferService_Vtbl
impl UnwindSafe for IProfferService_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