#[repr(transparent)]pub struct XboxLiveEndpointPairState(pub i32);
Expand description
Required features: ‘Networking_XboxLive’
Tuple Fields
0: i32
Implementations
impl XboxLiveEndpointPairState
impl XboxLiveEndpointPairState
pub const Invalid: Self
pub const CreatingOutbound: Self
pub const CreatingInbound: Self
pub const Ready: Self
pub const DeletingLocally: Self
pub const RemoteEndpointTerminating: Self
pub const Deleted: Self
Trait Implementations
impl Clone for XboxLiveEndpointPairState
impl Clone for XboxLiveEndpointPairState
impl Copy for XboxLiveEndpointPairState
Auto Trait Implementations
impl RefUnwindSafe for XboxLiveEndpointPairState
impl Send for XboxLiveEndpointPairState
impl Sync for XboxLiveEndpointPairState
impl Unpin for XboxLiveEndpointPairState
impl UnwindSafe for XboxLiveEndpointPairState
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