Type Definition bpx::SectionHandle[][src]

type SectionHandle = usize;
Expand description

Represents a pointer to a section

Allows indirect access to a given section instead of sharing mutable references in user code