pub struct DesktopWindow {
Show 14 fields pub window: Window, pub pass: Pass, pub clear_color: Vec4, pub color_texture: Texture, pub depth_texture: Texture, pub caption_view: View, pub main_view: View, pub inner_view: View, pub caption_bg: Background, pub caption_size: Vec2, pub caption: String, pub default_menu: Menu, pub start_pos: Option<Vec2>, pub inner_over_chrome: bool, /* private fields */
}

Fields

window: Windowpass: Passclear_color: Vec4color_texture: Texturedepth_texture: Texturecaption_view: Viewmain_view: Viewinner_view: Viewcaption_bg: Backgroundcaption_size: Vec2caption: Stringdefault_menu: Menustart_pos: Option<Vec2>inner_over_chrome: bool

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.