Struct adapton::reflect::Frame [] [src]

pub struct Frame {
    pub loc: Loc,
    pub succs: Vec<Succ>,
}

Reflected version of engine::Frame.

Fields

Trait Implementations

impl Debug for Frame
[src]

Formats the value using the given formatter.

impl Clone for Frame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more