#[repr(C)]pub struct DSROLE_UPGRADE_STATUS_INFO {
pub OperationState: u32,
pub PreviousServerState: DSROLE_SERVER_STATE,
}
Expand description
Required features: ‘Win32_Networking_ActiveDirectory’
Fields
OperationState: u32
PreviousServerState: DSROLE_SERVER_STATE
Trait Implementations
impl Clone for DSROLE_UPGRADE_STATUS_INFO
impl Clone for DSROLE_UPGRADE_STATUS_INFO
impl Copy for DSROLE_UPGRADE_STATUS_INFO
Auto Trait Implementations
impl RefUnwindSafe for DSROLE_UPGRADE_STATUS_INFO
impl Send for DSROLE_UPGRADE_STATUS_INFO
impl Sync for DSROLE_UPGRADE_STATUS_INFO
impl Unpin for DSROLE_UPGRADE_STATUS_INFO
impl UnwindSafe for DSROLE_UPGRADE_STATUS_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more