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