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_: VSS_COMPONENT_TYPE bstrLogicalPath: BSTR bstrComponentName: BSTR bstrCaption: BSTR pbIcon: *mut BYTE cbIcon: UINT bRestoreMetadata: bool bNotifyOnBackupComplete: bool bSelectable: bool bSelectableForRestore: bool dwComponentFlags: DWORD cFileCount: UINT cDatabases: UINT cLogFiles: UINT cDependencies: UINT

Trait Implementations

impl Debug for VSS_COMPONENTINFO
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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