Struct cleaver::fe::ast::Variable [] [src]

pub struct Variable {
    pub id: u32,
    pub type_: Type,
    pub name: String,
}

Fields

Methods

impl Variable
[src]

Trait Implementations

impl Debug for Variable
[src]

Formats the value using the given formatter.

impl PartialEq for Variable
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.