#[repr(C, packed(4))]pub struct RemoteStorageDownloadUGCResult_t {
pub m_eResult: EResult,
pub m_hFile: UGCHandle_t,
pub m_nAppID: AppId_t,
pub m_nSizeInBytes: int32,
pub m_pchFileName: [c_char; 260],
pub m_ulSteamIDOwner: uint64,
}Fields§
§m_eResult: EResult§m_hFile: UGCHandle_t§m_nAppID: AppId_t§m_nSizeInBytes: int32§m_pchFileName: [c_char; 260]§m_ulSteamIDOwner: uint64Trait Implementations§
Source§impl Clone for RemoteStorageDownloadUGCResult_t
impl Clone for RemoteStorageDownloadUGCResult_t
Source§fn clone(&self) -> RemoteStorageDownloadUGCResult_t
fn clone(&self) -> RemoteStorageDownloadUGCResult_t
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 moreimpl Copy for RemoteStorageDownloadUGCResult_t
Auto Trait Implementations§
impl Freeze for RemoteStorageDownloadUGCResult_t
impl RefUnwindSafe for RemoteStorageDownloadUGCResult_t
impl Send for RemoteStorageDownloadUGCResult_t
impl Sync for RemoteStorageDownloadUGCResult_t
impl Unpin for RemoteStorageDownloadUGCResult_t
impl UnwindSafe for RemoteStorageDownloadUGCResult_t
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