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