Struct IXboxLiveQualityOfServiceMetricResult_Vtbl
#[repr(C)]pub struct IXboxLiveQualityOfServiceMetricResult_Vtbl {
pub base__: IInspectable_Vtbl,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut XboxLiveQualityOfServiceMeasurementStatus) -> HRESULT,
pub DeviceAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Metric: unsafe extern "system" fn(_: *mut c_void, _: *mut XboxLiveQualityOfServiceMetric) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut XboxLiveQualityOfServiceMeasurementStatus) -> HRESULT§DeviceAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Metric: unsafe extern "system" fn(_: *mut c_void, _: *mut XboxLiveQualityOfServiceMetric) -> HRESULT§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULTAuto Trait Implementations§
impl Freeze for IXboxLiveQualityOfServiceMetricResult_Vtbl
impl RefUnwindSafe for IXboxLiveQualityOfServiceMetricResult_Vtbl
impl Send for IXboxLiveQualityOfServiceMetricResult_Vtbl
impl Sync for IXboxLiveQualityOfServiceMetricResult_Vtbl
impl Unpin for IXboxLiveQualityOfServiceMetricResult_Vtbl
impl UnwindSafe for IXboxLiveQualityOfServiceMetricResult_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