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