Struct wasapi::Windows::Win32::System::PropertiesSystem::IPropertyStore [−][src]
#[repr(transparent)]pub struct IPropertyStore(_);
Implementations
pub unsafe fn SetValue(
&self,
key: *const PROPERTYKEY,
propvar: *const PROPVARIANT
) -> Result<()>
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for IPropertyStore
impl !Send for IPropertyStore
impl !Sync for IPropertyStore
impl Unpin for IPropertyStore
impl UnwindSafe for IPropertyStore
Blanket Implementations
Mutably borrows from an owned value. Read more