Trait IRTCProfile2_Impl
pub trait IRTCProfile2_Impl: IRTCProfile_Impl {
// Required methods
fn Realm(&self) -> Result<BSTR>;
fn SetRealm(&self, bstrrealm: &BSTR) -> Result<()>;
fn AllowedAuth(&self) -> Result<i32>;
fn SetAllowedAuth(&self, lallowedauth: i32) -> Result<()>;
}
Required Methods§
fn Realm(&self) -> Result<BSTR>
fn SetRealm(&self, bstrrealm: &BSTR) -> Result<()>
fn AllowedAuth(&self) -> Result<i32>
fn SetAllowedAuth(&self, lallowedauth: i32) -> 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.