Struct windows::Embedded::DeviceLockdown::DeviceLockdownProfile
pub struct DeviceLockdownProfile;
Implementations§
§impl DeviceLockdownProfile
impl DeviceLockdownProfile
pub fn GetSupportedLockdownProfiles() -> Result<IVectorView<GUID>>
pub fn GetCurrentLockdownProfile() -> Result<GUID>
pub fn ApplyLockdownProfileAsync(profileid: GUID) -> Result<IAsyncAction>
pub fn GetLockdownProfileInformation( profileid: GUID, ) -> Result<DeviceLockdownProfileInformation>
Auto Trait Implementations§
impl Freeze for DeviceLockdownProfile
impl RefUnwindSafe for DeviceLockdownProfile
impl Send for DeviceLockdownProfile
impl Sync for DeviceLockdownProfile
impl Unpin for DeviceLockdownProfile
impl UnwindSafe for DeviceLockdownProfile
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