Struct nodejs_sys::napi_extended_error_info
source · [−]#[repr(C)]pub struct napi_extended_error_info {
pub error_message: *const c_char,
pub engine_reserved: *mut c_void,
pub engine_error_code: u32,
pub error_code: napi_status,
}Fields
error_message: *const c_charengine_reserved: *mut c_voidengine_error_code: u32error_code: napi_statusTrait Implementations
sourceimpl Clone for napi_extended_error_info
impl Clone for napi_extended_error_info
sourcefn clone(&self) -> napi_extended_error_info
fn clone(&self) -> napi_extended_error_info
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for napi_extended_error_info
impl Debug for napi_extended_error_info
impl Copy for napi_extended_error_info
Auto Trait Implementations
impl RefUnwindSafe for napi_extended_error_info
impl !Send for napi_extended_error_info
impl !Sync for napi_extended_error_info
impl Unpin for napi_extended_error_info
impl UnwindSafe for napi_extended_error_info
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more