#[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_vtable
Implementations§
Trait Implementations§
Source§impl Debug for ISteamNetworkingUtils
impl Debug for ISteamNetworkingUtils
Source§impl Default for ISteamNetworkingUtils
impl Default for ISteamNetworkingUtils
Source§impl Hash for ISteamNetworkingUtils
impl Hash for ISteamNetworkingUtils
Source§impl Ord for ISteamNetworkingUtils
impl Ord for ISteamNetworkingUtils
Source§fn cmp(&self, other: &ISteamNetworkingUtils) -> Ordering
fn cmp(&self, other: &ISteamNetworkingUtils) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ISteamNetworkingUtils
impl PartialEq for ISteamNetworkingUtils
Source§impl PartialOrd for ISteamNetworkingUtils
impl PartialOrd for ISteamNetworkingUtils
impl Eq for ISteamNetworkingUtils
impl StructuralPartialEq for ISteamNetworkingUtils
Auto Trait Implementations§
impl Freeze for ISteamNetworkingUtils
impl RefUnwindSafe for ISteamNetworkingUtils
impl !Send for ISteamNetworkingUtils
impl !Sync for ISteamNetworkingUtils
impl Unpin 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