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