Struct windows::Management::MdmSessionManager
pub struct MdmSessionManager;
Implementations§
§impl MdmSessionManager
impl MdmSessionManager
pub fn SessionIds() -> Result<IVectorView<HSTRING>>
pub fn TryCreateSession() -> Result<MdmSession>
pub fn DeleteSessionById(sessionid: &HSTRING) -> Result<()>
pub fn GetSessionById(sessionid: &HSTRING) -> Result<MdmSession>
Auto Trait Implementations§
impl Freeze for MdmSessionManager
impl RefUnwindSafe for MdmSessionManager
impl Send for MdmSessionManager
impl Sync for MdmSessionManager
impl Unpin for MdmSessionManager
impl UnwindSafe for MdmSessionManager
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