Struct windows::Win32::Storage::FileSystem::IDiskQuotaUserBatch_Vtbl
#[repr(C)]pub struct IDiskQuotaUserBatch_Vtbl {
pub base__: IUnknown_Vtbl,
pub Add: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Remove: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveAll: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub FlushToDisk: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Add: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Remove: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveAll: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§FlushToDisk: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IDiskQuotaUserBatch_Vtbl
impl IDiskQuotaUserBatch_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDiskQuotaUserBatch_Vtblwhere
Identity: IDiskQuotaUserBatch_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDiskQuotaUserBatch_Vtbl
impl RefUnwindSafe for IDiskQuotaUserBatch_Vtbl
impl Send for IDiskQuotaUserBatch_Vtbl
impl Sync for IDiskQuotaUserBatch_Vtbl
impl Unpin for IDiskQuotaUserBatch_Vtbl
impl UnwindSafe for IDiskQuotaUserBatch_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