Struct windows::Win32::System::GroupPolicy::IGPMResult_Vtbl
#[repr(C)]pub struct IGPMResult_Vtbl {
pub base__: IDispatch_Vtbl,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Result: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub OverallStatus: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Result: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§OverallStatus: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IGPMResult_Vtbl
impl IGPMResult_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IGPMResult_Vtblwhere
Identity: IGPMResult_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGPMResult_Vtbl
impl RefUnwindSafe for IGPMResult_Vtbl
impl Send for IGPMResult_Vtbl
impl Sync for IGPMResult_Vtbl
impl Unpin for IGPMResult_Vtbl
impl UnwindSafe for IGPMResult_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