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.
type Vtable = IPropertyStore_abi
unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtable where
T: Interface,
unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtable where
T: Interface,
Safety Read more
Attempts to cast the current interface to another interface using QueryInterface
.
The name cast
is preferred to query
because there is a WinRT method named query but not one
named cast. Read more
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
type DefaultType = Option<T>
Converts from Self::DefaultType
to Result<T>
.
Returns a pointer for setting the object’s value via an ABI call.
fn abi(&self) -> Self::Abi
fn abi(&self) -> Self::Abi
Casts the Rust object to its ABI type without copying the object.
fn drop_param(&mut Param<'_, Self>)
Mutably borrows from an owned value. Read more