Trait ICOMLBArguments_Impl
pub trait ICOMLBArguments_Impl: IUnknownImpl {
// Required methods
fn GetCLSID(&self, pclsid: *mut GUID) -> Result<()>;
fn SetCLSID(&self, pclsid: *mut GUID) -> Result<()>;
fn GetMachineName(&self, cchsvr: u32, szservername: PWSTR) -> Result<()>;
fn SetMachineName(&self, cchsvr: u32, szservername: &PCWSTR) -> Result<()>;
}
Required Methods§
fn GetCLSID(&self, pclsid: *mut GUID) -> Result<()>
fn SetCLSID(&self, pclsid: *mut GUID) -> Result<()>
fn GetMachineName(&self, cchsvr: u32, szservername: PWSTR) -> Result<()>
fn SetMachineName(&self, cchsvr: u32, szservername: &PCWSTR) -> 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.