Struct windows::System::IMemoryManagerStatics4_Vtbl
#[repr(C)]pub struct IMemoryManagerStatics4_Vtbl {
pub base__: IInspectable_Vtbl,
pub ExpectedAppMemoryUsageLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ExpectedAppMemoryUsageLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMemoryManagerStatics4_Vtbl
impl RefUnwindSafe for IMemoryManagerStatics4_Vtbl
impl Send for IMemoryManagerStatics4_Vtbl
impl Sync for IMemoryManagerStatics4_Vtbl
impl Unpin for IMemoryManagerStatics4_Vtbl
impl UnwindSafe for IMemoryManagerStatics4_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