#[repr(C)]pub struct SAFEARRAYUNION {
pub sfType: ULONG,
pub u: __MIDL_IOleAutomationTypes_0001,
}
Fields§
§sfType: ULONG
§u: __MIDL_IOleAutomationTypes_0001
Trait Implementations§
Source§impl Clone for SAFEARRAYUNION
impl Clone for SAFEARRAYUNION
Source§fn clone(&self) -> SAFEARRAYUNION
fn clone(&self) -> SAFEARRAYUNION
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SAFEARRAYUNION
impl Default for SAFEARRAYUNION
Source§fn default() -> SAFEARRAYUNION
fn default() -> SAFEARRAYUNION
Returns the “default value” for a type. Read more
impl Copy for SAFEARRAYUNION
Auto Trait Implementations§
impl Freeze for SAFEARRAYUNION
impl RefUnwindSafe for SAFEARRAYUNION
impl Send for SAFEARRAYUNION
impl Sync for SAFEARRAYUNION
impl Unpin for SAFEARRAYUNION
impl UnwindSafe for SAFEARRAYUNION
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more