Struct steamworks_sys::CSteamID[][src]

#[repr(C)]pub struct CSteamID {
    pub m_steamid: CSteamID_SteamID_t,
}

Fields

m_steamid: CSteamID_SteamID_t

Implementations

impl CSteamID[src]

pub unsafe fn IsValid(&self) -> bool[src]

pub unsafe fn Render(&self) -> *const c_char[src]

pub unsafe fn Render1(ulSteamID: uint64) -> *const c_char[src]

pub unsafe fn SetFromString(
    &mut self,
    pchSteamID: *const c_char,
    eDefaultUniverse: EUniverse
)
[src]

pub unsafe fn SetFromStringStrict(
    &mut self,
    pchSteamID: *const c_char,
    eDefaultUniverse: EUniverse
) -> bool
[src]

pub unsafe fn SetFromSteam2String(
    &mut self,
    pchSteam2ID: *const c_char,
    eUniverse: EUniverse
) -> bool
[src]

pub unsafe fn BValidExternalSteamID(&self) -> bool[src]

pub unsafe fn new(
    pchSteamID: *const c_char,
    eDefaultUniverse: EUniverse
) -> Self
[src]

Trait Implementations

impl Clone for CSteamID[src]

impl Copy for CSteamID[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.