#[repr(C)]pub struct TSWasmError {
pub kind: u32,
pub message: *mut i8,
}Fields§
§kind: u32§message: *mut i8Trait Implementations§
Source§impl Clone for TSWasmError
impl Clone for TSWasmError
Source§fn clone(&self) -> TSWasmError
fn clone(&self) -> TSWasmError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TSWasmError
Auto Trait Implementations§
impl !Send for TSWasmError
impl !Sync for TSWasmError
impl Freeze for TSWasmError
impl RefUnwindSafe for TSWasmError
impl Unpin for TSWasmError
impl UnsafeUnpin for TSWasmError
impl UnwindSafe for TSWasmError
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