#[repr(C)]pub struct CSteamID_SteamID_t_SteamIDComponent_t {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>,
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>
Implementations§
Source§impl CSteamID_SteamID_t_SteamIDComponent_t
impl CSteamID_SteamID_t_SteamIDComponent_t
pub fn m_unAccountID(&self) -> uint32
pub fn set_m_unAccountID(&mut self, val: uint32)
pub fn m_unAccountInstance(&self) -> c_uint
pub fn set_m_unAccountInstance(&mut self, val: c_uint)
pub fn m_EAccountType(&self) -> c_uint
pub fn set_m_EAccountType(&mut self, val: c_uint)
pub fn m_EUniverse(&self) -> EUniverse
pub fn set_m_EUniverse(&mut self, val: EUniverse)
pub fn new_bitfield_1( m_unAccountID: uint32, m_unAccountInstance: c_uint, m_EAccountType: c_uint, m_EUniverse: EUniverse, ) -> __BindgenBitfieldUnit<[u8; 8]>
Trait Implementations§
Source§impl Clone for CSteamID_SteamID_t_SteamIDComponent_t
impl Clone for CSteamID_SteamID_t_SteamIDComponent_t
Source§fn clone(&self) -> CSteamID_SteamID_t_SteamIDComponent_t
fn clone(&self) -> CSteamID_SteamID_t_SteamIDComponent_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Ord for CSteamID_SteamID_t_SteamIDComponent_t
impl Ord for CSteamID_SteamID_t_SteamIDComponent_t
Source§fn cmp(&self, other: &CSteamID_SteamID_t_SteamIDComponent_t) -> Ordering
fn cmp(&self, other: &CSteamID_SteamID_t_SteamIDComponent_t) -> 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 CSteamID_SteamID_t_SteamIDComponent_t
impl PartialEq for CSteamID_SteamID_t_SteamIDComponent_t
Source§fn eq(&self, other: &CSteamID_SteamID_t_SteamIDComponent_t) -> bool
fn eq(&self, other: &CSteamID_SteamID_t_SteamIDComponent_t) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for CSteamID_SteamID_t_SteamIDComponent_t
impl PartialOrd for CSteamID_SteamID_t_SteamIDComponent_t
impl Copy for CSteamID_SteamID_t_SteamIDComponent_t
impl Eq for CSteamID_SteamID_t_SteamIDComponent_t
impl StructuralPartialEq for CSteamID_SteamID_t_SteamIDComponent_t
Auto Trait Implementations§
impl Freeze for CSteamID_SteamID_t_SteamIDComponent_t
impl RefUnwindSafe for CSteamID_SteamID_t_SteamIDComponent_t
impl Send for CSteamID_SteamID_t_SteamIDComponent_t
impl Sync for CSteamID_SteamID_t_SteamIDComponent_t
impl Unpin for CSteamID_SteamID_t_SteamIDComponent_t
impl UnwindSafe for CSteamID_SteamID_t_SteamIDComponent_t
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