Struct windows::Management::Workplace::MdmPolicy
pub struct MdmPolicy;
Implementations§
§impl MdmPolicy
impl MdmPolicy
pub fn IsBrowserAllowed() -> Result<bool>
pub fn IsCameraAllowed() -> Result<bool>
pub fn IsMicrosoftAccountAllowed() -> Result<bool>
pub fn IsStoreAllowed() -> Result<bool>
pub fn GetMessagingSyncPolicy() -> Result<MessagingSyncPolicy>
Auto Trait Implementations§
impl Freeze for MdmPolicy
impl RefUnwindSafe for MdmPolicy
impl Send for MdmPolicy
impl Sync for MdmPolicy
impl Unpin for MdmPolicy
impl UnwindSafe for MdmPolicy
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