Struct IFsrmQuotaManagerEx_Vtbl
#[repr(C)]pub struct IFsrmQuotaManagerEx_Vtbl {
pub base__: IFsrmQuotaManager_Vtbl,
pub IsAffectedByQuota: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: FsrmEnumOptions, _: *mut VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IFsrmQuotaManager_Vtbl
§IsAffectedByQuota: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: FsrmEnumOptions, _: *mut VARIANT_BOOL) -> HRESULT
Implementations§
§impl IFsrmQuotaManagerEx_Vtbl
impl IFsrmQuotaManagerEx_Vtbl
pub const fn new<Identity: IFsrmQuotaManagerEx_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmQuotaManagerEx_Vtbl
impl RefUnwindSafe for IFsrmQuotaManagerEx_Vtbl
impl Send for IFsrmQuotaManagerEx_Vtbl
impl Sync for IFsrmQuotaManagerEx_Vtbl
impl Unpin for IFsrmQuotaManagerEx_Vtbl
impl UnwindSafe for IFsrmQuotaManagerEx_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