Enum winapi::vswriter::VSS_RESTORE_TARGET [] [src]

pub enum VSS_RESTORE_TARGET {
    VSS_RT_UNDEFINED,
    VSS_RT_ORIGINAL,
    VSS_RT_ALTERNATE,
    VSS_RT_DIRECTED,
    VSS_RT_ORIGINAL_LOCATION,
}

Variants

VSS_RT_UNDEFINEDVSS_RT_ORIGINALVSS_RT_ALTERNATEVSS_RT_DIRECTEDVSS_RT_ORIGINAL_LOCATION

Trait Implementations

impl Debug for VSS_RESTORE_TARGET
[src]

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

Formats the value using the given formatter.

impl Copy for VSS_RESTORE_TARGET
[src]

impl Clone for VSS_RESTORE_TARGET
[src]

fn clone(&self) -> VSS_RESTORE_TARGET

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