Union gns_sys::CSteamID_SteamID_t
source · [−]#[repr(C, packed)]
pub union CSteamID_SteamID_t {
pub m_comp: CSteamID_SteamID_t_SteamIDComponent_t,
pub m_unAll64Bits: uint64,
}
Fields
m_comp: CSteamID_SteamID_t_SteamIDComponent_t
m_unAll64Bits: uint64
Trait Implementations
sourceimpl Clone for CSteamID_SteamID_t
impl Clone for CSteamID_SteamID_t
sourcefn clone(&self) -> CSteamID_SteamID_t
fn clone(&self) -> CSteamID_SteamID_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 CSteamID_SteamID_t
impl Default for CSteamID_SteamID_t
impl Copy for CSteamID_SteamID_t
Auto Trait Implementations
impl RefUnwindSafe for CSteamID_SteamID_t
impl Send for CSteamID_SteamID_t
impl Sync for CSteamID_SteamID_t
impl Unpin for CSteamID_SteamID_t
impl UnwindSafe for CSteamID_SteamID_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