Enum winapi::vss::VSS_RESTORE_TYPE [] [src]

pub enum VSS_RESTORE_TYPE {
    VSS_RTYPE_UNDEFINED,
    VSS_RTYPE_BY_COPY,
    VSS_RTYPE_IMPORT,
    VSS_RTYPE_OTHER,
}

Variants

VSS_RTYPE_UNDEFINEDVSS_RTYPE_BY_COPYVSS_RTYPE_IMPORTVSS_RTYPE_OTHER

Trait Implementations

impl Debug for VSS_RESTORE_TYPE
[src]

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

Formats the value using the given formatter.

impl Copy for VSS_RESTORE_TYPE
[src]

impl Clone for VSS_RESTORE_TYPE
[src]

fn clone(&self) -> VSS_RESTORE_TYPE

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