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