#[repr(C)]pub struct IFsrmQuotaBase_Vtbl {
pub base__: IFsrmObject_Vtbl,
pub QuotaLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub SetQuotaLimit: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<VARIANT>) -> HRESULT,
pub QuotaFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetQuotaFlags: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Thresholds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub AddThreshold: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub DeleteThreshold: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub ModifyThreshold: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub CreateThresholdAction: unsafe extern "system" fn(_: *mut c_void, _: i32, _: FsrmActionType, _: *mut *mut c_void) -> HRESULT,
pub EnumThresholdActions: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IFsrmObject_Vtbl
§QuotaLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§SetQuotaLimit: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<VARIANT>) -> HRESULT
§QuotaFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetQuotaFlags: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Thresholds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§AddThreshold: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§DeleteThreshold: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§ModifyThreshold: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT
§CreateThresholdAction: unsafe extern "system" fn(_: *mut c_void, _: i32, _: FsrmActionType, _: *mut *mut c_void) -> HRESULT
§EnumThresholdActions: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IFsrmQuotaBase_Vtbl
impl IFsrmQuotaBase_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFsrmQuotaBase_Vtblwhere
Identity: IFsrmQuotaBase_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmQuotaBase_Vtbl
impl RefUnwindSafe for IFsrmQuotaBase_Vtbl
impl Send for IFsrmQuotaBase_Vtbl
impl Sync for IFsrmQuotaBase_Vtbl
impl Unpin for IFsrmQuotaBase_Vtbl
impl UnwindSafe for IFsrmQuotaBase_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