Struct windows::Win32::System::GroupPolicy::IGPMMapEntry_Vtbl
#[repr(C)]pub struct IGPMMapEntry_Vtbl {
pub base__: IDispatch_Vtbl,
pub Source: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub Destination: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub DestinationOption: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMDestinationOption) -> HRESULT,
pub EntryType: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMEntryType) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Source: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Destination: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§DestinationOption: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMDestinationOption) -> HRESULT
§EntryType: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMEntryType) -> HRESULT
Implementations§
§impl IGPMMapEntry_Vtbl
impl IGPMMapEntry_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IGPMMapEntry_Vtblwhere
Identity: IGPMMapEntry_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGPMMapEntry_Vtbl
impl RefUnwindSafe for IGPMMapEntry_Vtbl
impl Send for IGPMMapEntry_Vtbl
impl Sync for IGPMMapEntry_Vtbl
impl Unpin for IGPMMapEntry_Vtbl
impl UnwindSafe for IGPMMapEntry_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