#[repr(C)]
pub union SteamNetworkingConfigValue_t__bindgen_ty_1 {
pub m_int32: i32,
pub m_int64: i64,
pub m_float: f32,
pub m_string: *const c_char,
pub m_ptr: *mut c_void,
}
Expand description
Option value
Fields
m_int32: i32
m_int64: i64
m_float: f32
m_string: *const c_char
m_ptr: *mut c_void
Trait Implementations
sourceimpl Clone for SteamNetworkingConfigValue_t__bindgen_ty_1
impl Clone for SteamNetworkingConfigValue_t__bindgen_ty_1
sourcefn clone(&self) -> SteamNetworkingConfigValue_t__bindgen_ty_1
fn clone(&self) -> SteamNetworkingConfigValue_t__bindgen_ty_1
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
impl Copy for SteamNetworkingConfigValue_t__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for SteamNetworkingConfigValue_t__bindgen_ty_1
impl !Send for SteamNetworkingConfigValue_t__bindgen_ty_1
impl !Sync for SteamNetworkingConfigValue_t__bindgen_ty_1
impl Unpin for SteamNetworkingConfigValue_t__bindgen_ty_1
impl UnwindSafe for SteamNetworkingConfigValue_t__bindgen_ty_1
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