Struct stack_graphs::c::sg_scope_stack [−][src]
#[repr(C)]pub struct sg_scope_stack {
pub cells: sg_scope_stack_cell_handle,
pub length: u32,
}
Expand description
A sequence of exported scopes, used to pass name-binding context around a stack graph.
Fields
cells: sg_scope_stack_cell_handle
The handle of the first element in the scope stack, or SG_LIST_EMPTY_HANDLE if the list is empty, or 0 if the list is null.
length: u32
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for sg_scope_stack
impl Send for sg_scope_stack
impl Sync for sg_scope_stack
impl Unpin for sg_scope_stack
impl UnwindSafe for sg_scope_stack
Blanket Implementations
Mutably borrows from an owned value. Read more