Trait INetConnectionProps_Impl
pub trait INetConnectionProps_Impl: IDispatch_Impl {
// Required methods
fn Guid(&self) -> Result<BSTR>;
fn Name(&self) -> Result<BSTR>;
fn DeviceName(&self) -> Result<BSTR>;
fn Status(&self) -> Result<NETCON_STATUS>;
fn MediaType(&self) -> Result<NETCON_MEDIATYPE>;
fn Characteristics(&self) -> Result<u32>;
}
Required Methods§
fn Guid(&self) -> Result<BSTR>
fn Name(&self) -> Result<BSTR>
fn DeviceName(&self) -> Result<BSTR>
fn Status(&self) -> Result<NETCON_STATUS>
fn MediaType(&self) -> Result<NETCON_MEDIATYPE>
fn Characteristics(&self) -> Result<u32>
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.