#[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
pub const ReevaluatePath: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more