Enum winapi::vswriter::VSS_FILE_RESTORE_STATUS [] [src]

pub enum VSS_FILE_RESTORE_STATUS {
    VSS_RS_UNDEFINED,
    VSS_RS_NONE,
    VSS_RS_ALL,
    VSS_RS_FAILED,
}

Variants

VSS_RS_UNDEFINEDVSS_RS_NONEVSS_RS_ALLVSS_RS_FAILED

Trait Implementations

impl Debug for VSS_FILE_RESTORE_STATUS
[src]

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

Formats the value using the given formatter.

impl Copy for VSS_FILE_RESTORE_STATUS
[src]

impl Clone for VSS_FILE_RESTORE_STATUS
[src]

fn clone(&self) -> VSS_FILE_RESTORE_STATUS

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