#[repr(C)]pub struct FriendsGetFollowerCount_t {
pub m_eResult: EResult,
pub m_steamID: CSteamID,
pub m_nCount: c_int,
}Fields§
§m_eResult: EResult§m_steamID: CSteamID§m_nCount: c_intTrait Implementations§
Source§impl Clone for FriendsGetFollowerCount_t
impl Clone for FriendsGetFollowerCount_t
Source§fn clone(&self) -> FriendsGetFollowerCount_t
fn clone(&self) -> FriendsGetFollowerCount_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FriendsGetFollowerCount_t
Auto Trait Implementations§
impl Freeze for FriendsGetFollowerCount_t
impl RefUnwindSafe for FriendsGetFollowerCount_t
impl Send for FriendsGetFollowerCount_t
impl Sync for FriendsGetFollowerCount_t
impl Unpin for FriendsGetFollowerCount_t
impl UnsafeUnpin for FriendsGetFollowerCount_t
impl UnwindSafe for FriendsGetFollowerCount_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