Trait IADsNetAddress_Impl
pub trait IADsNetAddress_Impl: IDispatch_Impl {
// Required methods
fn AddressType(&self) -> Result<i32>;
fn SetAddressType(&self, lnaddresstype: i32) -> Result<()>;
fn Address(&self) -> Result<VARIANT>;
fn SetAddress(&self, vaddress: &VARIANT) -> Result<()>;
}
Required Methods§
fn AddressType(&self) -> Result<i32>
fn SetAddressType(&self, lnaddresstype: i32) -> Result<()>
fn Address(&self) -> Result<VARIANT>
fn SetAddress(&self, vaddress: &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.