pub type GeneratedHostBoxRequest = PortableHostBoxRequest;Expand description
Reexport of the portable engine host box request type.
Aliased Type§
pub struct GeneratedHostBoxRequest {
pub token: i32,
pub style: PortableHostBoxStyle,
pub font_size: i32,
}Fields§
§token: i32§style: PortableHostBoxStyle§font_size: i32