Struct pcb_core::function::Function [] [src]

pub struct Function<'c> {
    pub name: String,
    pub ty: Function<'c>,
    pub blocks: BlockContext<'c>,
    pub values: ValueContext<'c>,
}

Fields

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'c> PartialEq for Function<'c>
[src]

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

This method tests for !=.

impl<'c> Eq for Function<'c>
[src]

impl<'c> Hash for Function<'c>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more