#[repr(C)]pub struct IFsrmAutoApplyQuota_Vtbl {
pub base__: IFsrmQuotaObject_Vtbl,
pub ExcludeFolders: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetExcludeFolders: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
pub CommitAndUpdateDerived: unsafe extern "system" fn(_: *mut c_void, _: FsrmCommitOptions, _: FsrmTemplateApplyOptions, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IFsrmQuotaObject_Vtbl
§ExcludeFolders: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SetExcludeFolders: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
§CommitAndUpdateDerived: unsafe extern "system" fn(_: *mut c_void, _: FsrmCommitOptions, _: FsrmTemplateApplyOptions, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IFsrmAutoApplyQuota_Vtbl
impl IFsrmAutoApplyQuota_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFsrmAutoApplyQuota_Vtblwhere
Identity: IFsrmAutoApplyQuota_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmAutoApplyQuota_Vtbl
impl RefUnwindSafe for IFsrmAutoApplyQuota_Vtbl
impl Send for IFsrmAutoApplyQuota_Vtbl
impl Sync for IFsrmAutoApplyQuota_Vtbl
impl Unpin for IFsrmAutoApplyQuota_Vtbl
impl UnwindSafe for IFsrmAutoApplyQuota_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