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: usizeThe number of locals in the scope.
locals: *mut pm_string_tThe names of the locals in the scope.
forwarding: u8Flags for the set of forwarding parameters in this scope.