windows::Win32::System::Com::StructuredStorage

Trait IPropertyBag_Impl

pub trait IPropertyBag_Impl: IUnknownImpl {
    // Required methods
    fn Read(
        &self,
        pszpropname: &PCWSTR,
        pvar: *mut VARIANT,
        perrorlog: Ref<'_, IErrorLog>,
    ) -> Result<()>;
    fn Write(&self, pszpropname: &PCWSTR, pvar: *const VARIANT) -> Result<()>;
}

Required Methods§

fn Read( &self, pszpropname: &PCWSTR, pvar: *mut VARIANT, perrorlog: Ref<'_, IErrorLog>, ) -> Result<()>

fn Write(&self, pszpropname: &PCWSTR, pvar: *const VARIANT) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§