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 */
}
main_view: View
Returns the “default value” for a type. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
impl<V, T> VZip<V> for T where
V: MultiLane<T>,