#[repr(C)]pub struct IXboxLiveQualityOfServiceMeasurementStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub PublishPrivatePayloadBytes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT,
pub ClearPrivatePayload: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub MaxSimultaneousProbeConnections: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetMaxSimultaneousProbeConnections: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub IsSystemOutboundBandwidthConstrained: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsSystemOutboundBandwidthConstrained: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsSystemInboundBandwidthConstrained: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsSystemInboundBandwidthConstrained: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub PublishedPrivatePayload: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPublishedPrivatePayload: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub MaxPrivatePayloadSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PublishPrivatePayloadBytes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT
§ClearPrivatePayload: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§MaxSimultaneousProbeConnections: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetMaxSimultaneousProbeConnections: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§IsSystemOutboundBandwidthConstrained: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsSystemOutboundBandwidthConstrained: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsSystemInboundBandwidthConstrained: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsSystemInboundBandwidthConstrained: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§PublishedPrivatePayload: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetPublishedPrivatePayload: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§MaxPrivatePayloadSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IXboxLiveQualityOfServiceMeasurementStatics_Vtbl
impl RefUnwindSafe for IXboxLiveQualityOfServiceMeasurementStatics_Vtbl
impl Send for IXboxLiveQualityOfServiceMeasurementStatics_Vtbl
impl Sync for IXboxLiveQualityOfServiceMeasurementStatics_Vtbl
impl Unpin for IXboxLiveQualityOfServiceMeasurementStatics_Vtbl
impl UnwindSafe for IXboxLiveQualityOfServiceMeasurementStatics_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