#[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 = Self(0i32)
pub const MinLatencyInMilliseconds: Self = Self(1i32)
pub const MaxLatencyInMilliseconds: Self = Self(2i32)
pub const AverageOutboundBitsPerSecond: Self = Self(3i32)
pub const MinOutboundBitsPerSecond: Self = Self(4i32)
pub const MaxOutboundBitsPerSecond: Self = Self(5i32)
pub const AverageInboundBitsPerSecond: Self = Self(6i32)
pub const MinInboundBitsPerSecond: Self = Self(7i32)
pub const MaxInboundBitsPerSecond: Self = Self(8i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more