Struct gns_sys::SteamIPAddress_t
source · [−]#[repr(C, packed)]pub struct SteamIPAddress_t {
pub __bindgen_anon_1: SteamIPAddress_t__bindgen_ty_1,
pub m_eType: ESteamIPType,
}
Fields
__bindgen_anon_1: SteamIPAddress_t__bindgen_ty_1
m_eType: ESteamIPType
Trait Implementations
sourceimpl Clone for SteamIPAddress_t
impl Clone for SteamIPAddress_t
sourcefn clone(&self) -> SteamIPAddress_t
fn clone(&self) -> SteamIPAddress_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for SteamIPAddress_t
impl Default for SteamIPAddress_t
impl Copy for SteamIPAddress_t
Auto Trait Implementations
impl RefUnwindSafe for SteamIPAddress_t
impl Send for SteamIPAddress_t
impl Sync for SteamIPAddress_t
impl Unpin for SteamIPAddress_t
impl UnwindSafe for SteamIPAddress_t
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