Struct windows_sys::Win32::System::Mmc::MMC_SNAPIN_PROPERTY
[−]#[repr(C)]pub struct MMC_SNAPIN_PROPERTY {
pub pszPropName: PCWSTR,
pub varValue: VARIANT,
pub eAction: MMC_PROPERTY_ACTION,
}
Expand description
Required features: "Win32_System_Mmc"
, "Win32_Foundation"
, "Win32_System_Com"
, "Win32_System_Ole"
Fields
pszPropName: PCWSTR
varValue: VARIANT
eAction: MMC_PROPERTY_ACTION
Trait Implementations
impl Clone for MMC_SNAPIN_PROPERTY
impl Clone for MMC_SNAPIN_PROPERTY
impl Copy for MMC_SNAPIN_PROPERTY
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more