Struct winapi::vss::VSS_OBJECT_PROP [] [src]

pub struct VSS_OBJECT_PROP {
    pub Type: VSS_OBJECT_TYPE,
    pub Obj: VSS_OBJECT_UNION,
}

Fields

Type: VSS_OBJECT_TYPE Obj: VSS_OBJECT_UNION

Trait Implementations

impl Debug for VSS_OBJECT_PROP
[src]

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

Formats the value using the given formatter.

impl Copy for VSS_OBJECT_PROP
[src]

impl Clone for VSS_OBJECT_PROP
[src]

fn clone(&self) -> VSS_OBJECT_PROP

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