Enum winapi::vswriter::VSS_SOURCE_TYPE [] [src]

pub enum VSS_SOURCE_TYPE {
    VSS_ST_UNDEFINED,
    VSS_ST_TRANSACTEDDB,
    VSS_ST_NONTRANSACTEDDB,
    VSS_ST_OTHER,
}

Variants

VSS_ST_UNDEFINEDVSS_ST_TRANSACTEDDBVSS_ST_NONTRANSACTEDDBVSS_ST_OTHER

Trait Implementations

impl Debug for VSS_SOURCE_TYPE
[src]

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

Formats the value using the given formatter.

impl Copy for VSS_SOURCE_TYPE
[src]

impl Clone for VSS_SOURCE_TYPE
[src]

fn clone(&self) -> VSS_SOURCE_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