Struct XboxLiveEndpointPairState
#[repr(transparent)]pub struct XboxLiveEndpointPairState(pub i32);Tuple Fields§
§0: i32Implementations§
§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
§fn clone(&self) -> XboxLiveEndpointPairState
fn clone(&self) -> XboxLiveEndpointPairState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for XboxLiveEndpointPairState
impl Debug for XboxLiveEndpointPairState
§impl Default for XboxLiveEndpointPairState
impl Default for XboxLiveEndpointPairState
§fn default() -> XboxLiveEndpointPairState
fn default() -> XboxLiveEndpointPairState
Returns the “default value” for a type. Read more
§impl PartialEq for XboxLiveEndpointPairState
impl PartialEq for XboxLiveEndpointPairState
impl Copy for XboxLiveEndpointPairState
impl Eq for XboxLiveEndpointPairState
impl StructuralPartialEq for XboxLiveEndpointPairState
Auto Trait Implementations§
impl Freeze for XboxLiveEndpointPairState
impl RefUnwindSafe for XboxLiveEndpointPairState
impl Send for XboxLiveEndpointPairState
impl Sync for XboxLiveEndpointPairState
impl Unpin for XboxLiveEndpointPairState
impl UnwindSafe for XboxLiveEndpointPairState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more