Struct windows::ApplicationModel::Resources::Core::IResourceManager_Vtbl
#[repr(C)]pub struct IResourceManager_Vtbl {
pub base__: IInspectable_Vtbl,
pub MainResourceMap: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AllResourceMaps: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DefaultContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LoadPriFiles: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub UnloadPriFiles: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§MainResourceMap: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AllResourceMaps: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DefaultContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§LoadPriFiles: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§UnloadPriFiles: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IResourceManager_Vtbl
impl RefUnwindSafe for IResourceManager_Vtbl
impl Send for IResourceManager_Vtbl
impl Sync for IResourceManager_Vtbl
impl Unpin for IResourceManager_Vtbl
impl UnwindSafe for IResourceManager_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