#[repr(transparent)]pub struct XboxLiveQualityOfServiceMetric(pub i32);
Expand description
Required features: ‘Networking_XboxLive’
Tuple Fields
0: i32
Implementations
impl XboxLiveQualityOfServiceMetric
impl XboxLiveQualityOfServiceMetric
pub const AverageLatencyInMilliseconds: Self
pub const MinLatencyInMilliseconds: Self
pub const MaxLatencyInMilliseconds: Self
pub const AverageOutboundBitsPerSecond: Self
pub const MinOutboundBitsPerSecond: Self
pub const MaxOutboundBitsPerSecond: Self
pub const AverageInboundBitsPerSecond: Self
pub const MinInboundBitsPerSecond: Self
pub const MaxInboundBitsPerSecond: Self
Trait Implementations
impl Clone for XboxLiveQualityOfServiceMetric
impl Clone for XboxLiveQualityOfServiceMetric
impl Copy for XboxLiveQualityOfServiceMetric
Auto Trait Implementations
impl RefUnwindSafe for XboxLiveQualityOfServiceMetric
impl Send for XboxLiveQualityOfServiceMetric
impl Sync for XboxLiveQualityOfServiceMetric
impl Unpin for XboxLiveQualityOfServiceMetric
impl UnwindSafe for XboxLiveQualityOfServiceMetric
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more