struct INHERIT [src]

Members

Source

pub const INHERIT = struct { pub const SHARE: vm_inherit_t = 0; pub const COPY: vm_inherit_t = 1; pub const NONE: vm_inherit_t = 2; pub const DONATE_COPY: vm_inherit_t = 3; pub const DEFAULT = COPY; }