Struct windows::Win32::Gaming::IXblIdpAuthTokenResult2_Vtbl
#[repr(C)]pub struct IXblIdpAuthTokenResult2_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetModernGamertag: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetModernGamertagSuffix: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetUniqueModernGamertag: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetModernGamertag: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetModernGamertagSuffix: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetUniqueModernGamertag: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IXblIdpAuthTokenResult2_Vtbl
impl IXblIdpAuthTokenResult2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IXblIdpAuthTokenResult2_Vtblwhere
Identity: IXblIdpAuthTokenResult2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXblIdpAuthTokenResult2_Vtbl
impl RefUnwindSafe for IXblIdpAuthTokenResult2_Vtbl
impl Send for IXblIdpAuthTokenResult2_Vtbl
impl Sync for IXblIdpAuthTokenResult2_Vtbl
impl Unpin for IXblIdpAuthTokenResult2_Vtbl
impl UnwindSafe for IXblIdpAuthTokenResult2_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more