#[repr(C)]pub struct TapCloudSaveListResponse {
pub request_id: i64,
pub error: *const TapSDK_Error,
pub saves: *const TapCloudSaveInfo,
pub save_count: i32,
}Fields§
§request_id: i64§error: *const TapSDK_Error§saves: *const TapCloudSaveInfo§save_count: i32Trait Implementations§
Source§impl Clone for TapCloudSaveListResponse
impl Clone for TapCloudSaveListResponse
Source§fn clone(&self) -> TapCloudSaveListResponse
fn clone(&self) -> TapCloudSaveListResponse
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 TapCloudSaveListResponse
impl Debug for TapCloudSaveListResponse
impl Copy for TapCloudSaveListResponse
Auto Trait Implementations§
impl Freeze for TapCloudSaveListResponse
impl RefUnwindSafe for TapCloudSaveListResponse
impl !Send for TapCloudSaveListResponse
impl !Sync for TapCloudSaveListResponse
impl Unpin for TapCloudSaveListResponse
impl UnwindSafe for TapCloudSaveListResponse
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