Struct IGameExplorer_Vtbl
#[repr(C)]pub struct IGameExplorer_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddGame: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: GAME_INSTALL_SCOPE, _: *mut GUID) -> HRESULT,
pub RemoveGame: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT,
pub UpdateGame: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT,
pub VerifyAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddGame: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: GAME_INSTALL_SCOPE, _: *mut GUID) -> HRESULT
§RemoveGame: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT
§UpdateGame: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT
§VerifyAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl IGameExplorer_Vtbl
impl IGameExplorer_Vtbl
pub const fn new<Identity: IGameExplorer_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGameExplorer_Vtbl
impl RefUnwindSafe for IGameExplorer_Vtbl
impl Send for IGameExplorer_Vtbl
impl Sync for IGameExplorer_Vtbl
impl Unpin for IGameExplorer_Vtbl
impl UnwindSafe for IGameExplorer_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