windows::Win32::Gaming

Trait IXblIdpAuthTokenResult2_Impl

pub trait IXblIdpAuthTokenResult2_Impl: IUnknownImpl {
    // Required methods
    fn GetModernGamertag(&self) -> Result<PWSTR>;
    fn GetModernGamertagSuffix(&self) -> Result<PWSTR>;
    fn GetUniqueModernGamertag(&self) -> Result<PWSTR>;
}

Required Methods§

fn GetModernGamertag(&self) -> Result<PWSTR>

fn GetModernGamertagSuffix(&self) -> Result<PWSTR>

fn GetUniqueModernGamertag(&self) -> Result<PWSTR>

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.

Implementors§