Struct gns::GnsListenSocket
source · [−]#[repr(transparent)]pub struct GnsListenSocket(_);
Expand description
Opaque wrapper around the low-level sys::HSteamListenSocket
.
Auto Trait Implementations
impl RefUnwindSafe for GnsListenSocket
impl Send for GnsListenSocket
impl Sync for GnsListenSocket
impl Unpin for GnsListenSocket
impl UnwindSafe for GnsListenSocket
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