#[repr(transparent)]pub struct XboxLiveQualityOfServiceMeasurementStatus(pub i32);
Expand description
Required features: "Networking_XboxLive"
Tuple Fields
0: i32
Implementations
impl XboxLiveQualityOfServiceMeasurementStatus
impl XboxLiveQualityOfServiceMeasurementStatus
pub const NotStarted: Self = Self(0i32)
pub const InProgress: Self = Self(1i32)
pub const InProgressWithProvisionalResults: Self = Self(2i32)
pub const Succeeded: Self = Self(3i32)
pub const NoLocalNetworks: Self = Self(4i32)
pub const NoCompatibleNetworkPaths: Self = Self(5i32)
pub const LocalSystemNotAuthorized: Self = Self(6i32)
pub const Canceled: Self = Self(7i32)
pub const TimedOut: Self = Self(8i32)
pub const RemoteSystemNotAuthorized: Self = Self(9i32)
pub const RefusedDueToConfiguration: Self = Self(10i32)
pub const UnexpectedInternalError: Self = Self(11i32)
Trait Implementations
impl Copy for XboxLiveQualityOfServiceMeasurementStatus
Auto Trait Implementations
impl RefUnwindSafe for XboxLiveQualityOfServiceMeasurementStatus
impl Send for XboxLiveQualityOfServiceMeasurementStatus
impl Sync for XboxLiveQualityOfServiceMeasurementStatus
impl Unpin for XboxLiveQualityOfServiceMeasurementStatus
impl UnwindSafe for XboxLiveQualityOfServiceMeasurementStatus
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