Struct winapi::oaidl::TYPEDESC
[−]
[src]
pub struct TYPEDESC { pub data: u64, pub vt: VARTYPE, }
Fields
data | |
vt |
Methods
impl TYPEDESC
[src]
impl TYPEDESC
[src]
impl TYPEDESC
[src]
unsafe fn hreftype(&self) -> &HREFTYPE
unsafe fn hreftype_mut(&mut self) -> &mut HREFTYPE
Trait Implementations
impl Copy for TYPEDESC
[src]
impl Clone for TYPEDESC
[src]
fn clone(&self) -> TYPEDESC
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