Struct windows::Win32::System::GroupPolicy::IGPMGPO3_Vtbl
#[repr(C)]pub struct IGPMGPO3_Vtbl {
pub base__: IGPMGPO2_Vtbl,
pub InfrastructureDC: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub SetInfrastructureDC: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
pub SetInfrastructureFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IGPMGPO2_Vtbl
§InfrastructureDC: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§SetInfrastructureDC: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
§SetInfrastructureFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IGPMGPO3_Vtbl
impl IGPMGPO3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IGPMGPO3_Vtblwhere
Identity: IGPMGPO3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGPMGPO3_Vtbl
impl RefUnwindSafe for IGPMGPO3_Vtbl
impl Send for IGPMGPO3_Vtbl
impl Sync for IGPMGPO3_Vtbl
impl Unpin for IGPMGPO3_Vtbl
impl UnwindSafe for IGPMGPO3_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