Struct winapi::dsrole::DSROLE_UPGRADE_STATUS_INFO
[−]
[src]
pub struct DSROLE_UPGRADE_STATUS_INFO { pub OperationState: ULONG, pub PreviousServerState: DSROLE_SERVER_STATE, }
Fields
OperationState | |
PreviousServerState |
Trait Implementations
impl Copy for DSROLE_UPGRADE_STATUS_INFO
[src]
impl Clone for DSROLE_UPGRADE_STATUS_INFO
[src]
fn clone(&self) -> DSROLE_UPGRADE_STATUS_INFO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more