#[repr(transparent)]pub struct XboxLiveEndpointPairCreationBehaviors(pub u32);
Expand description
Required features: "Networking_XboxLive"
Tuple Fields
0: u32
Implementations
impl XboxLiveEndpointPairCreationBehaviors
impl XboxLiveEndpointPairCreationBehaviors
pub const None: Self = Self(0u32)
pub const ReevaluatePath: Self = Self(1u32)
Trait Implementations
impl Copy for XboxLiveEndpointPairCreationBehaviors
Auto Trait Implementations
impl RefUnwindSafe for XboxLiveEndpointPairCreationBehaviors
impl Send for XboxLiveEndpointPairCreationBehaviors
impl Sync for XboxLiveEndpointPairCreationBehaviors
impl Unpin for XboxLiveEndpointPairCreationBehaviors
impl UnwindSafe for XboxLiveEndpointPairCreationBehaviors
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