Union windows_sys::Win32::System::Com::ELEMDESC_0
#[repr(C)]
pub union ELEMDESC_0 {
pub idldesc: IDLDESC,
pub paramdesc: PARAMDESC,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Ole"
, "Win32_System_Variant"
Fields§
§idldesc: IDLDESC
§paramdesc: PARAMDESC
Trait Implementations§
§impl Clone for ELEMDESC_0
impl Clone for ELEMDESC_0
impl Copy for ELEMDESC_0
Auto Trait Implementations§
impl RefUnwindSafe for ELEMDESC_0
impl !Send for ELEMDESC_0
impl !Sync for ELEMDESC_0
impl Unpin for ELEMDESC_0
impl UnwindSafe for ELEMDESC_0
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