Struct PARAMDATA
#[repr(C)]pub struct PARAMDATA {
pub szName: PWSTR,
pub vt: VARENUM,
}
Fields§
§szName: PWSTR
§vt: VARENUM
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PARAMDATA
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