#[repr(C)]pub struct IWindowsIntegrityPolicyStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsEnabledForTrial: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanDisable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsDisableSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub PolicyChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemovePolicyChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsEnabledForTrial: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanDisable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsDisableSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§PolicyChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemovePolicyChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWindowsIntegrityPolicyStatics_Vtbl
impl RefUnwindSafe for IWindowsIntegrityPolicyStatics_Vtbl
impl Send for IWindowsIntegrityPolicyStatics_Vtbl
impl Sync for IWindowsIntegrityPolicyStatics_Vtbl
impl Unpin for IWindowsIntegrityPolicyStatics_Vtbl
impl UnwindSafe for IWindowsIntegrityPolicyStatics_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