#[repr(C)]pub struct TapCloudSaveInfo {
pub uuid: *const c_char,
pub file_id: *const c_char,
pub name: *const c_char,
pub save_size: u32,
pub cover_size: u32,
pub summary: *const c_char,
pub extra: *const c_char,
pub playtime: u32,
pub created_time: u32,
pub modified_time: u32,
}Fields§
§uuid: *const c_char§file_id: *const c_char§name: *const c_char§save_size: u32§cover_size: u32§summary: *const c_char§extra: *const c_char§playtime: u32§created_time: u32§modified_time: u32Trait Implementations§
Source§impl Clone for TapCloudSaveInfo
impl Clone for TapCloudSaveInfo
Source§fn clone(&self) -> TapCloudSaveInfo
fn clone(&self) -> TapCloudSaveInfo
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 TapCloudSaveInfo
impl Debug for TapCloudSaveInfo
impl Copy for TapCloudSaveInfo
Auto Trait Implementations§
impl Freeze for TapCloudSaveInfo
impl RefUnwindSafe for TapCloudSaveInfo
impl !Send for TapCloudSaveInfo
impl !Sync for TapCloudSaveInfo
impl Unpin for TapCloudSaveInfo
impl UnwindSafe for TapCloudSaveInfo
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