Skip to main content

GeneratedHostBox

Type Alias GeneratedHostBox 

Source
pub type GeneratedHostBox = PortableHostBox;
Expand description

Reexport of the portable engine host box response type.

Aliased Type§

pub struct GeneratedHostBox {
    pub width: i32,
    pub height: i32,
    pub depth: i32,
    pub runs: Vec<PortableHostBoxRun>,
    pub rules: Vec<PortableHostBoxRule>,
}

Fields§

§width: i32§height: i32§depth: i32§runs: Vec<PortableHostBoxRun>§rules: Vec<PortableHostBoxRule>