#[repr(C)]pub struct ISteamUserStats {
pub vtable_: *const ISteamUserStats__bindgen_vtable,
}Fields§
§vtable_: *const ISteamUserStats__bindgen_vtableTrait Implementations§
Source§impl Clone for ISteamUserStats
impl Clone for ISteamUserStats
Source§fn clone(&self) -> ISteamUserStats
fn clone(&self) -> ISteamUserStats
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 ISteamUserStats
Auto Trait Implementations§
impl !Send for ISteamUserStats
impl !Sync for ISteamUserStats
impl Freeze for ISteamUserStats
impl RefUnwindSafe for ISteamUserStats
impl Unpin for ISteamUserStats
impl UnsafeUnpin for ISteamUserStats
impl UnwindSafe for ISteamUserStats
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