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