Struct oaidl::VtNull[][src]

pub struct VtNull {}

Helper type for VT_NULL variants

Trait Implementations

impl Clone for VtNull
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VtNull
[src]

impl Debug for VtNull
[src]

Formats the value using the given formatter. Read more

impl VariantExt for VtNull
[src]

VARTYPE: u32 = VT_NULL

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 VtNull

impl Sync for VtNull