Struct windows_sys::Win32::System::Ole::SAFEARRAYUNION
#[repr(C)]pub struct SAFEARRAYUNION {
pub sfType: u32,
pub u: SAFEARRAYUNION_0,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Com"
Fields§
§sfType: u32
§u: SAFEARRAYUNION_0
Trait Implementations§
§impl Clone for SAFEARRAYUNION
impl Clone for SAFEARRAYUNION
impl Copy for SAFEARRAYUNION
Auto Trait Implementations§
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