Struct windows::Storage::Provider::IStorageProviderQuotaUI_Vtbl
#[repr(C)]pub struct IStorageProviderQuotaUI_Vtbl {
pub base__: IInspectable_Vtbl,
pub QuotaTotalInBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub SetQuotaTotalInBytes: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT,
pub QuotaUsedInBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub SetQuotaUsedInBytes: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT,
pub QuotaUsedLabel: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetQuotaUsedLabel: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub QuotaUsedColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetQuotaUsedColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§QuotaTotalInBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§SetQuotaTotalInBytes: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT
§QuotaUsedInBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§SetQuotaUsedInBytes: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT
§QuotaUsedLabel: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetQuotaUsedLabel: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§QuotaUsedColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetQuotaUsedColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IStorageProviderQuotaUI_Vtbl
impl RefUnwindSafe for IStorageProviderQuotaUI_Vtbl
impl Send for IStorageProviderQuotaUI_Vtbl
impl Sync for IStorageProviderQuotaUI_Vtbl
impl Unpin for IStorageProviderQuotaUI_Vtbl
impl UnwindSafe for IStorageProviderQuotaUI_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