Skip to main content

RErrorVTable

Struct RErrorVTable 

Source
#[doc(hidden)]
#[repr(C)]
pub struct RErrorVTable { pub error_message: mx_meth, pub error_chain: mx_meth, pub error_chain_length: mx_meth, }
Expand description

Vtable for the RError trait. Generated from source location line 264, column 11. Generated from source file miniextendr-api/src/adapter_traits.rs.

Contains one mx_meth function pointer per trait method.

Fields§

§error_message: mx_meth§error_chain: mx_meth§error_chain_length: mx_meth

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 24 bytes