Struct windows::Networking::XboxLive::XboxLiveEndpointPairState
#[repr(transparent)]pub struct XboxLiveEndpointPairState(pub i32);
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
§fn clone(&self) -> XboxLiveEndpointPairState
fn clone(&self) -> XboxLiveEndpointPairState
Returns a copy 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
§fn eq(&self, other: &XboxLiveEndpointPairState) -> bool
fn eq(&self, other: &XboxLiveEndpointPairState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)