Struct IFsrmQuotaTemplate_Vtbl
#[repr(C)]pub struct IFsrmQuotaTemplate_Vtbl {
pub base__: IFsrmQuotaBase_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CopyTemplate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CommitAndUpdateDerived: unsafe extern "system" fn(_: *mut c_void, _: FsrmCommitOptions, _: FsrmTemplateApplyOptions, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IFsrmQuotaBase_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CopyTemplate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CommitAndUpdateDerived: unsafe extern "system" fn(_: *mut c_void, _: FsrmCommitOptions, _: FsrmTemplateApplyOptions, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IFsrmQuotaTemplate_Vtbl
impl IFsrmQuotaTemplate_Vtbl
pub const fn new<Identity: IFsrmQuotaTemplate_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmQuotaTemplate_Vtbl
impl RefUnwindSafe for IFsrmQuotaTemplate_Vtbl
impl Send for IFsrmQuotaTemplate_Vtbl
impl Sync for IFsrmQuotaTemplate_Vtbl
impl Unpin for IFsrmQuotaTemplate_Vtbl
impl UnwindSafe for IFsrmQuotaTemplate_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