pub trait INetConnectionProps_Impl: Sized + 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>
Object Safety§
This trait is not object safe.