Trait IADsWinNTSystemInfo_Impl
pub trait IADsWinNTSystemInfo_Impl: IDispatch_Impl {
// Required methods
fn UserName(&self) -> Result<BSTR>;
fn ComputerName(&self) -> Result<BSTR>;
fn DomainName(&self) -> Result<BSTR>;
fn PDC(&self) -> Result<BSTR>;
}
Required Methods§
fn UserName(&self) -> Result<BSTR>
fn ComputerName(&self) -> Result<BSTR>
fn DomainName(&self) -> Result<BSTR>
fn PDC(&self) -> Result<BSTR>
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.