Struct napi::ExtendedErrorInfo
source · pub struct ExtendedErrorInfo {
pub message: String,
pub engine_reserved: *mut c_void,
pub engine_error_code: u32,
pub error_code: Status,
}Fields§
§message: String§engine_reserved: *mut c_void§engine_error_code: u32§error_code: StatusTrait Implementations§
source§impl Clone for ExtendedErrorInfo
impl Clone for ExtendedErrorInfo
source§fn clone(&self) -> ExtendedErrorInfo
fn clone(&self) -> ExtendedErrorInfo
Returns a copy 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 more