#[repr(C)]pub struct _wireSAFEARRAY_UNION {
pub sfType: ULONG,
pub u: _wireSAFEARRAY_UNION___MIDL_IOleAutomationTypes_0001,
}
Fields§
§sfType: ULONG
§u: _wireSAFEARRAY_UNION___MIDL_IOleAutomationTypes_0001
Trait Implementations§
Source§impl Clone for _wireSAFEARRAY_UNION
impl Clone for _wireSAFEARRAY_UNION
Source§fn clone(&self) -> _wireSAFEARRAY_UNION
fn clone(&self) -> _wireSAFEARRAY_UNION
Returns a copy 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 moreimpl Copy for _wireSAFEARRAY_UNION
Auto Trait Implementations§
impl Freeze for _wireSAFEARRAY_UNION
impl RefUnwindSafe for _wireSAFEARRAY_UNION
impl !Send for _wireSAFEARRAY_UNION
impl !Sync for _wireSAFEARRAY_UNION
impl Unpin for _wireSAFEARRAY_UNION
impl UnwindSafe for _wireSAFEARRAY_UNION
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