Struct windows::Win32::Storage::FileServerResourceManager::IFsrmQuota_Vtbl
#[repr(C)]pub struct IFsrmQuota_Vtbl {
pub base__: IFsrmQuotaObject_Vtbl,
pub QuotaUsed: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub QuotaPeakUsage: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub QuotaPeakUsageTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub ResetPeakUsage: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RefreshUsageProperties: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IFsrmQuotaObject_Vtbl
§QuotaUsed: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§QuotaPeakUsage: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§QuotaPeakUsageTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§ResetPeakUsage: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RefreshUsageProperties: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IFsrmQuota_Vtbl
impl IFsrmQuota_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFsrmQuota_Vtblwhere
Identity: IFsrmQuota_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmQuota_Vtbl
impl RefUnwindSafe for IFsrmQuota_Vtbl
impl Send for IFsrmQuota_Vtbl
impl Sync for IFsrmQuota_Vtbl
impl Unpin for IFsrmQuota_Vtbl
impl UnwindSafe for IFsrmQuota_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