Trait IPlayReadyDomain_Impl
pub trait IPlayReadyDomain_Impl: IUnknownImpl {
// Required methods
fn AccountId(&self) -> Result<GUID>;
fn ServiceId(&self) -> Result<GUID>;
fn Revision(&self) -> Result<u32>;
fn FriendlyName(&self) -> Result<HSTRING>;
fn DomainJoinUrl(&self) -> Result<Uri>;
}
Required Methods§
fn AccountId(&self) -> Result<GUID>
fn ServiceId(&self) -> Result<GUID>
fn Revision(&self) -> Result<u32>
fn FriendlyName(&self) -> Result<HSTRING>
fn DomainJoinUrl(&self) -> Result<Uri>
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.