pm_options_scope_t

Type Alias pm_options_scope_t 

Source
pub type pm_options_scope_t = pm_options_scope;
Expand description

A scope of locals surrounding the code that is being parsed.

Aliased Type§

#[repr(C)]
pub struct pm_options_scope_t { pub locals_count: usize, pub locals: *mut pm_string_t, pub forwarding: u8, }

Fields§

§locals_count: usize

The number of locals in the scope.

§locals: *mut pm_string_t

The names of the locals in the scope.

§forwarding: u8

Flags for the set of forwarding parameters in this scope.