#[repr(C)]pub struct CloudSaveListData {
pub request_id: u64,
pub error: *const TapSDK_Error,
pub saves: *const TapCloudSaveInfo,
pub count: u64,
}Fields§
§request_id: u64§error: *const TapSDK_Error§saves: *const TapCloudSaveInfo§count: u64Trait Implementations§
Source§impl Clone for CloudSaveListData
impl Clone for CloudSaveListData
Source§fn clone(&self) -> CloudSaveListData
fn clone(&self) -> CloudSaveListData
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 CloudSaveListData
impl Debug for CloudSaveListData
Source§impl Default for CloudSaveListData
impl Default for CloudSaveListData
Source§fn default() -> CloudSaveListData
fn default() -> CloudSaveListData
Returns the “default value” for a type. Read more
impl Copy for CloudSaveListData
Auto Trait Implementations§
impl Freeze for CloudSaveListData
impl RefUnwindSafe for CloudSaveListData
impl !Send for CloudSaveListData
impl !Sync for CloudSaveListData
impl Unpin for CloudSaveListData
impl UnwindSafe for CloudSaveListData
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