Struct IGameStatisticsMgr_Vtbl
#[repr(C)]pub struct IGameStatisticsMgr_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetGameStatistics: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: GAMESTATS_OPEN_TYPE, _: *mut GAMESTATS_OPEN_RESULT, _: *mut *mut c_void) -> HRESULT,
pub RemoveGameStatistics: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetGameStatistics: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: GAMESTATS_OPEN_TYPE, _: *mut GAMESTATS_OPEN_RESULT, _: *mut *mut c_void) -> HRESULT
§RemoveGameStatistics: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IGameStatisticsMgr_Vtbl
impl IGameStatisticsMgr_Vtbl
pub const fn new<Identity: IGameStatisticsMgr_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGameStatisticsMgr_Vtbl
impl RefUnwindSafe for IGameStatisticsMgr_Vtbl
impl Send for IGameStatisticsMgr_Vtbl
impl Sync for IGameStatisticsMgr_Vtbl
impl Unpin for IGameStatisticsMgr_Vtbl
impl UnwindSafe for IGameStatisticsMgr_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