Struct windows_sys::Win32::System::Ole::PARAMDATA
#[repr(C)]pub struct PARAMDATA {
pub szName: PWSTR,
pub vt: VARENUM,
}
Expand description
Required features: "Win32_System_Variant"
Fields§
§szName: PWSTR
§vt: VARENUM
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PARAMDATA
impl !Send for PARAMDATA
impl !Sync for PARAMDATA
impl Unpin for PARAMDATA
impl UnwindSafe for PARAMDATA
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