Module docchi_core::intf::mlist_ptr[][src]

Structs

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.