Struct windows_sys::Win32::System::Ole::PARAMDESCEX
#[repr(C)]pub struct PARAMDESCEX {
pub cBytes: u32,
pub varDefaultValue: VARIANT,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Com"
, "Win32_System_Variant"
Fields§
§cBytes: u32
§varDefaultValue: VARIANT
Trait Implementations§
§impl Clone for PARAMDESCEX
impl Clone for PARAMDESCEX
impl Copy for PARAMDESCEX
Auto Trait Implementations§
impl RefUnwindSafe for PARAMDESCEX
impl !Send for PARAMDESCEX
impl !Sync for PARAMDESCEX
impl Unpin for PARAMDESCEX
impl UnwindSafe for PARAMDESCEX
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