Struct windows_win32_management::MobileDeviceManagementRegistration::MANAGEMENT_REGISTRATION_INFO [−][src]
#[repr(C)]pub struct MANAGEMENT_REGISTRATION_INFO {
pub fDeviceRegisteredWithManagement: BOOL,
pub dwDeviceRegistionKind: u32,
pub pszUPN: PWSTR,
pub pszMDMServiceUri: PWSTR,
}Fields
fDeviceRegisteredWithManagement: BOOLdwDeviceRegistionKind: u32pszUPN: PWSTRpszMDMServiceUri: PWSTRTrait Implementations
Auto Trait Implementations
impl !Send for MANAGEMENT_REGISTRATION_INFO
impl !Sync for MANAGEMENT_REGISTRATION_INFO
impl Unpin for MANAGEMENT_REGISTRATION_INFO
impl UnwindSafe for MANAGEMENT_REGISTRATION_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more