Module rustc_back::abiUnstable [-] [+] [src]

Constants

BOX_FIELD_BODY
BOX_FIELD_DROP_GLUE
FAT_PTR_ADDR

The first half of a fat pointer. - For a closure, this is the code address. - For an object or trait instance, this is the address of the box. - For a slice, this is the base address.

FAT_PTR_EXTRA

The second half of a fat pointer. - For a closure, this is the address of the environment. - For an object or trait instance, this is the address of the vtable. - For a slice, this is the length.