Struct portus::Report[][src]

pub struct Report {
    pub program_uid: u32,
    // some fields omitted
}

Contains the values of the pre-defined Report struct from the fold function. Use get_field to query its values using the names defined in the fold function.

Fields

Methods

impl Report
[src]

Uses the Scope returned by lang::compile (or install) to query the Report for its values.

Auto Trait Implementations

impl Send for Report

impl Sync for Report