Struct stack_graphs::c::sg_scoped_symbol [−][src]
#[repr(C)]pub struct sg_scoped_symbol {
pub symbol: sg_symbol_handle,
pub scopes: sg_scope_stack,
}
Expand description
A symbol with a possibly empty list of exported scopes attached to it.
Fields
symbol: sg_symbol_handle
scopes: sg_scope_stack
Trait Implementations
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_scoped_symbol
impl Send for sg_scoped_symbol
impl Sync for sg_scoped_symbol
impl Unpin for sg_scoped_symbol
impl UnwindSafe for sg_scoped_symbol
Blanket Implementations
Mutably borrows from an owned value. Read more