Struct windows_sys::Win32::Management::MobileDeviceManagementRegistration::MANAGEMENT_REGISTRATION_INFO
[−]#[repr(C)]pub struct MANAGEMENT_REGISTRATION_INFO {
pub fDeviceRegisteredWithManagement: BOOL,
pub dwDeviceRegistionKind: u32,
pub pszUPN: PWSTR,
pub pszMDMServiceUri: PWSTR,
}
Expand description
Required features: "Win32_Management_MobileDeviceManagementRegistration"
, "Win32_Foundation"
Fields
fDeviceRegisteredWithManagement: BOOL
dwDeviceRegistionKind: u32
pszUPN: PWSTR
pszMDMServiceUri: PWSTR
Trait Implementations
impl Clone for MANAGEMENT_REGISTRATION_INFO
impl Clone for MANAGEMENT_REGISTRATION_INFO
impl Copy for MANAGEMENT_REGISTRATION_INFO
Auto Trait Implementations
impl RefUnwindSafe for MANAGEMENT_REGISTRATION_INFO
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
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