Enum pcb_core::function::Terminator [] [src]

pub enum Terminator<'c> {
    Branch(&'c Block<'c>),
    Return(&'c Value<'c>),
    None,
}

Variants

Methods

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

Trait Implementations

impl<'c> Copy for Terminator<'c>
[src]

impl<'c> Clone for Terminator<'c>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more