Struct pcb_core::ty::Function [] [src]

pub struct Function<'t> {
    pub inputs: Box<[&'t Type]>,
    pub output: &'t Type,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'t> Clone for Function<'t>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'t> Debug for Function<'t>
[src]

Formats the value using the given formatter.

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

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

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

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

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

This method tests for !=.

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