#[repr(C)]pub struct TapSDK_Error {
pub code: i64,
pub message: *const c_char,
}Fields§
§code: i64§message: *const c_charTrait Implementations§
Source§impl Clone for TapSDK_Error
impl Clone for TapSDK_Error
Source§fn clone(&self) -> TapSDK_Error
fn clone(&self) -> TapSDK_Error
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 TapSDK_Error
impl Debug for TapSDK_Error
impl Copy for TapSDK_Error
Auto Trait Implementations§
impl Freeze for TapSDK_Error
impl RefUnwindSafe for TapSDK_Error
impl !Send for TapSDK_Error
impl !Sync for TapSDK_Error
impl Unpin for TapSDK_Error
impl UnwindSafe for TapSDK_Error
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