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