Struct windows_sys::Win32::Management::MobileDeviceManagementRegistration::MANAGEMENT_SERVICE_INFO
[−]#[repr(C)]pub struct MANAGEMENT_SERVICE_INFO {
pub pszMDMServiceUri: PWSTR,
pub pszAuthenticationUri: PWSTR,
}
Expand description
Required features: "Win32_Management_MobileDeviceManagementRegistration"
Fields
pszMDMServiceUri: PWSTR
pszAuthenticationUri: PWSTR
Trait Implementations
impl Clone for MANAGEMENT_SERVICE_INFO
impl Clone for MANAGEMENT_SERVICE_INFO
impl Copy for MANAGEMENT_SERVICE_INFO
Auto Trait Implementations
impl RefUnwindSafe for MANAGEMENT_SERVICE_INFO
impl !Send for MANAGEMENT_SERVICE_INFO
impl !Sync for MANAGEMENT_SERVICE_INFO
impl Unpin for MANAGEMENT_SERVICE_INFO
impl UnwindSafe for MANAGEMENT_SERVICE_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more