Struct windows_sys::Win32::System::Ole::SAFEARRAYUNION
[−]#[repr(C)]pub struct SAFEARRAYUNION {
pub sfType: u32,
pub u: SAFEARRAYUNION_0,
}Expand description
Required features: "Win32_System_Ole", "Win32_Foundation", "Win32_System_Com"
Fields
sfType: u32u: SAFEARRAYUNION_0Trait 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more