#[repr(transparent)]pub struct XboxLiveEndpointPairCreationStatus(pub i32);
Expand description
Required features: ‘Networking_XboxLive’
Tuple Fields
0: i32
Implementations
impl XboxLiveEndpointPairCreationStatus
impl XboxLiveEndpointPairCreationStatus
pub const Succeeded: Self
pub const NoLocalNetworks: Self
pub const NoCompatibleNetworkPaths: Self
pub const LocalSystemNotAuthorized: Self
pub const Canceled: Self
pub const TimedOut: Self
pub const RemoteSystemNotAuthorized: Self
pub const RefusedDueToConfiguration: Self
pub const UnexpectedInternalError: Self
Trait Implementations
impl Clone for XboxLiveEndpointPairCreationStatus
impl Clone for XboxLiveEndpointPairCreationStatus
impl Copy for XboxLiveEndpointPairCreationStatus
Auto Trait Implementations
impl RefUnwindSafe for XboxLiveEndpointPairCreationStatus
impl Send for XboxLiveEndpointPairCreationStatus
impl Sync for XboxLiveEndpointPairCreationStatus
impl Unpin for XboxLiveEndpointPairCreationStatus
impl UnwindSafe for XboxLiveEndpointPairCreationStatus
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