Struct windows::Win32::System::GroupPolicy::IGPMConstants2_Vtbl

#[repr(C)]
pub struct IGPMConstants2_Vtbl {
Show 16 fields pub base__: IGPMConstants_Vtbl, pub BackupTypeGPO: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMBackupType) -> HRESULT, pub BackupTypeStarterGPO: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMBackupType) -> HRESULT, pub StarterGPOTypeSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMStarterGPOType) -> HRESULT, pub StarterGPOTypeCustom: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMStarterGPOType) -> HRESULT, pub SearchPropertyStarterGPOPermissions: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT, pub SearchPropertyStarterGPOEffectivePermissions: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT, pub SearchPropertyStarterGPODisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT, pub SearchPropertyStarterGPOID: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT, pub SearchPropertyStarterGPODomain: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT, pub PermStarterGPORead: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT, pub PermStarterGPOEdit: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT, pub PermStarterGPOFullControl: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT, pub PermStarterGPOCustom: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT, pub ReportLegacy: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMReportingOptions) -> HRESULT, pub ReportComments: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMReportingOptions) -> HRESULT,
}

Fields§

§base__: IGPMConstants_Vtbl§BackupTypeGPO: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMBackupType) -> HRESULT§BackupTypeStarterGPO: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMBackupType) -> HRESULT§StarterGPOTypeSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMStarterGPOType) -> HRESULT§StarterGPOTypeCustom: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMStarterGPOType) -> HRESULT§SearchPropertyStarterGPOPermissions: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT§SearchPropertyStarterGPOEffectivePermissions: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT§SearchPropertyStarterGPODisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT§SearchPropertyStarterGPOID: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT§SearchPropertyStarterGPODomain: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMSearchProperty) -> HRESULT§PermStarterGPORead: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT§PermStarterGPOEdit: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT§PermStarterGPOFullControl: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT§PermStarterGPOCustom: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMPermissionType) -> HRESULT§ReportLegacy: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMReportingOptions) -> HRESULT§ReportComments: unsafe extern "system" fn(_: *mut c_void, _: *mut GPMReportingOptions) -> HRESULT

Implementations§

§

impl IGPMConstants2_Vtbl

pub const fn new<Identity, const OFFSET: isize>() -> IGPMConstants2_Vtbl
where Identity: IGPMConstants2_Impl + IUnknownImpl,

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.