Struct steamworks_sys::CSteamID_SteamID_t_SteamIDComponent_t[][src]

#[repr(C, packed)]pub struct CSteamID_SteamID_t_SteamIDComponent_t {
    pub _bitfield_align_1: [u32; 0],
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>,
}

Fields

_bitfield_align_1: [u32; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>

Implementations

impl CSteamID_SteamID_t_SteamIDComponent_t[src]

pub fn m_unAccountID(&self) -> uint32[src]

pub fn set_m_unAccountID(&mut self, val: uint32)[src]

pub fn m_unAccountInstance(&self) -> c_uint[src]

pub fn set_m_unAccountInstance(&mut self, val: c_uint)[src]

pub fn m_EAccountType(&self) -> c_uint[src]

pub fn set_m_EAccountType(&mut self, val: c_uint)[src]

pub fn m_EUniverse(&self) -> EUniverse[src]

pub fn set_m_EUniverse(&mut self, val: EUniverse)[src]

pub fn new_bitfield_1(
    m_unAccountID: uint32,
    m_unAccountInstance: c_uint,
    m_EAccountType: c_uint,
    m_EUniverse: EUniverse
) -> __BindgenBitfieldUnit<[u8; 8]>
[src]

Trait Implementations

impl Clone for CSteamID_SteamID_t_SteamIDComponent_t[src]

impl Copy for CSteamID_SteamID_t_SteamIDComponent_t[src]

impl Debug for CSteamID_SteamID_t_SteamIDComponent_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.