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