Struct pcb_core::function::Value [] [src]

pub struct Value<'c> {
    pub number: u32,
    pub kind: ValueKind<'c>,
    pub func: &'c Function<'c>,
}

Fields

Methods

impl<'c> Value<'c>
[src]

Trait Implementations

impl<'c> Debug for Value<'c>
[src]

Formats the value using the given formatter.

impl<'c> Display for Value<'c>
[src]

Formats the value using the given formatter. Read more