Struct stack_graphs::c::sg_symbol[][src]

#[repr(C)]
pub struct sg_symbol { pub symbol: *const c_char, pub symbol_len: usize, }
Expand description

A name that we are trying to resolve using stack graphs.

This typically represents a portion of an identifier as it appears in the source language. It can also represent some other “operation” that can occur in source code, and which needs to be modeled in a stack graph — for instance, many languages will use a “fake” symbol named . to represent member access.

Fields

symbol: *const c_charsymbol_len: usize

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.