Struct MMC_SNAPIN_PROPERTY
#[repr(C)]pub struct MMC_SNAPIN_PROPERTY {
pub pszPropName: PCWSTR,
pub varValue: VARIANT,
pub eAction: MMC_PROPERTY_ACTION,
}Fields§
§pszPropName: PCWSTR§varValue: VARIANT§eAction: MMC_PROPERTY_ACTIONTrait Implementations§
§impl Clone for MMC_SNAPIN_PROPERTY
Available on crate features Win32_System_Com and Win32_System_Ole and Win32_System_Variant only.
impl Clone for MMC_SNAPIN_PROPERTY
Available on crate features
Win32_System_Com and Win32_System_Ole and Win32_System_Variant only.Auto Trait Implementations§
impl Freeze for MMC_SNAPIN_PROPERTY
impl RefUnwindSafe for MMC_SNAPIN_PROPERTY
impl !Send for MMC_SNAPIN_PROPERTY
impl !Sync for MMC_SNAPIN_PROPERTY
impl Unpin for MMC_SNAPIN_PROPERTY
impl UnwindSafe for MMC_SNAPIN_PROPERTY
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