#[repr(C)]
pub union ERRF_FatalErrInfo__bindgen_ty_1 {
pub exception_data: ERRF_ExceptionData,
pub failure_mesg: [c_char; 96],
}
Fields§
§exception_data: ERRF_ExceptionData
< Data for when type is ERRF_ERRTYPE_EXCEPTION
failure_mesg: [c_char; 96]
< String for when type is ERRF_ERRTYPE_FAILURE
Trait Implementations§
source§impl Clone for ERRF_FatalErrInfo__bindgen_ty_1
impl Clone for ERRF_FatalErrInfo__bindgen_ty_1
source§fn clone(&self) -> ERRF_FatalErrInfo__bindgen_ty_1
fn clone(&self) -> ERRF_FatalErrInfo__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more