Struct winapi::oaidl::SAFEARRAYUNION
[−]
[src]
pub struct SAFEARRAYUNION { pub sfType: ULONG, pub u: __MIDL_IOleAutomationTypes_0001, }
Fields
sfType | |
u |
Trait Implementations
impl Copy for SAFEARRAYUNION
[src]
impl Clone for SAFEARRAYUNION
[src]
fn clone(&self) -> SAFEARRAYUNION
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