Struct winapi::vsbackup::VSS_COMPONENTINFO
[−]
[src]
pub struct VSS_COMPONENTINFO { pub type_: VSS_COMPONENT_TYPE, pub bstrLogicalPath: BSTR, pub bstrComponentName: BSTR, pub bstrCaption: BSTR, pub pbIcon: *mut BYTE, pub cbIcon: UINT, pub bRestoreMetadata: bool, pub bNotifyOnBackupComplete: bool, pub bSelectable: bool, pub bSelectableForRestore: bool, pub dwComponentFlags: DWORD, pub cFileCount: UINT, pub cDatabases: UINT, pub cLogFiles: UINT, pub cDependencies: UINT, }
Fields
type_ | |
bstrLogicalPath | |
bstrComponentName | |
bstrCaption | |
pbIcon | |
cbIcon | |
bRestoreMetadata | |
bNotifyOnBackupComplete | |
bSelectable | |
bSelectableForRestore | |
dwComponentFlags | |
cFileCount | |
cDatabases | |
cLogFiles | |
cDependencies |
Trait Implementations
impl Copy for VSS_COMPONENTINFO
[src]
impl Clone for VSS_COMPONENTINFO
[src]
fn clone(&self) -> VSS_COMPONENTINFO
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