Struct windows::System::Profile::WindowsIntegrityPolicy
pub struct WindowsIntegrityPolicy;
Implementations§
§impl WindowsIntegrityPolicy
impl WindowsIntegrityPolicy
pub fn IsEnabled() -> Result<bool>
pub fn IsEnabledForTrial() -> Result<bool>
pub fn CanDisable() -> Result<bool>
pub fn IsDisableSupported() -> Result<bool>
pub fn PolicyChanged<P0>(handler: P0) -> Result<EventRegistrationToken>where
P0: Param<EventHandler<IInspectable>>,
pub fn RemovePolicyChanged(token: EventRegistrationToken) -> Result<()>
Auto Trait Implementations§
impl Freeze for WindowsIntegrityPolicy
impl RefUnwindSafe for WindowsIntegrityPolicy
impl Send for WindowsIntegrityPolicy
impl Sync for WindowsIntegrityPolicy
impl Unpin for WindowsIntegrityPolicy
impl UnwindSafe for WindowsIntegrityPolicy
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