Module docchi_core::intf[][src]

Expand description

This module contains low-level accessors. They are intended to be used by generated codes, not humans.

Modules

Structs

CList’s internal structure is Vec

This uses pointers so every method is basically unsafe. You can get this ptr, and create an immutable reference, and modify the referent through this pointer, and access the immutable reference afterwards. Anything can happen with the access.