#[repr(C)]pub struct TapSDK_Error {
pub code: i64,
pub message: [c_char; 256],
}Fields§
§code: i64§message: [c_char; 256]Trait 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
Source§impl Default for TapSDK_Error
impl Default for TapSDK_Error
Source§fn default() -> TapSDK_Error
fn default() -> TapSDK_Error
Returns the “default value” for a type. Read more
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