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

#[repr(C)]
pub struct VSS_OBJECT_PROP { pub Type: VSS_OBJECT_TYPE, pub Obj: VSS_OBJECT_UNION, }

Fields

Trait Implementations

impl Debug for VSS_OBJECT_PROP
[src]

Formats the value using the given formatter.

impl Copy for VSS_OBJECT_PROP
[src]

impl Clone for VSS_OBJECT_PROP
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more