Struct oaidl::VtEmpty[][src]

pub struct VtEmpty {}

Helper type for VT_EMPTY variants

Trait Implementations

impl Clone for VtEmpty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VtEmpty
[src]

impl Debug for VtEmpty
[src]

Formats the value using the given formatter. Read more

impl VariantExt for VtEmpty
[src]

VARTYPE: u32 = VT_EMPTY

VARTYPE constant value for the type

Convert a value of type T into a Ptr

Call this associated function on a Ptr to obtain a value T

Auto Trait Implementations

impl Send for VtEmpty

impl Sync for VtEmpty