Struct tree_sitter_graph::ast::IntegerConstant [−][src]
pub struct IntegerConstant {
pub value: u32,
}Expand description
An integer constant
Fields
value: u32Trait 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 !=.