Trait IADsDNWithBinary_Impl
pub trait IADsDNWithBinary_Impl: IDispatch_Impl {
// Required methods
fn BinaryValue(&self) -> Result<VARIANT>;
fn SetBinaryValue(&self, vbinaryvalue: &VARIANT) -> Result<()>;
fn DNString(&self) -> Result<BSTR>;
fn SetDNString(&self, bstrdnstring: &BSTR) -> Result<()>;
}
Required Methods§
fn BinaryValue(&self) -> Result<VARIANT>
fn SetBinaryValue(&self, vbinaryvalue: &VARIANT) -> Result<()>
fn DNString(&self) -> Result<BSTR>
fn SetDNString(&self, bstrdnstring: &BSTR) -> 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.