#[repr(C)]pub struct ISteamNetworkingUtils {
pub vtable_: *const ISteamNetworkingUtils__bindgen_vtable,
}Expand description
Misc networking utilities for checking the local networking environment and estimating pings.
Fields§
§vtable_: *const ISteamNetworkingUtils__bindgen_vtableImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ISteamNetworkingUtils
impl RefUnwindSafe for ISteamNetworkingUtils
impl !Send for ISteamNetworkingUtils
impl !Sync for ISteamNetworkingUtils
impl Unpin for ISteamNetworkingUtils
impl UnsafeUnpin for ISteamNetworkingUtils
impl UnwindSafe for ISteamNetworkingUtils
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more