#[repr(C)]pub struct IPlatformTelemetryRegistrationSettings_Vtbl {
pub base__: IInspectable_Vtbl,
pub StorageSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetStorageSize: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub UploadQuotaSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetUploadQuotaSize: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§StorageSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetStorageSize: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§UploadQuotaSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetUploadQuotaSize: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPlatformTelemetryRegistrationSettings_Vtbl
impl RefUnwindSafe for IPlatformTelemetryRegistrationSettings_Vtbl
impl Send for IPlatformTelemetryRegistrationSettings_Vtbl
impl Sync for IPlatformTelemetryRegistrationSettings_Vtbl
impl Unpin for IPlatformTelemetryRegistrationSettings_Vtbl
impl UnwindSafe for IPlatformTelemetryRegistrationSettings_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