#[repr(transparent)]pub struct XboxLiveNetworkAccessKind(pub i32);
Expand description
Required features: "Networking_XboxLive"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for XboxLiveNetworkAccessKind
impl Clone for XboxLiveNetworkAccessKind
impl Copy for XboxLiveNetworkAccessKind
Auto Trait Implementations
impl RefUnwindSafe for XboxLiveNetworkAccessKind
impl Send for XboxLiveNetworkAccessKind
impl Sync for XboxLiveNetworkAccessKind
impl Unpin for XboxLiveNetworkAccessKind
impl UnwindSafe for XboxLiveNetworkAccessKind
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