Crate rust_constructor

Crate rust_constructor 

Source
Expand description

§Rust Constructor V2

基于egui构建的跨平台GUI框架, 用Rust开发GUI项目最简单的方式

A cross-platform GUI framework built on egui, the simplest way to develop GUI projects in Rust

有关Rust Constructor的使用方法,请参考Rust Constructor 指南

关于源代码及更多内容,请访问Rust ConstructorGitHub 仓库以获取。

About the usage method of Rust Constructor, please refer to the Rust Constructor Guide.

About the source code and more content, please visit the Rust Constructor GitHub Repository to get.

如果你对此项目感兴趣,你也可以来看看我们的组织必达的其他项目。

If you are interested in this project, You can also come and take a look at other projects of our organization Binder.

Structs§

App
程序主体。
CustomRect
RC的矩形资源。
CustomRectConfig
矩形的可配置项。
DebugTextureHandle
为图片纹理支持派生Debug特征。
Font
RC的字体资源。
Image
RC的图片资源。
ImageConfig
图片的可配置项。
ImageTexture
用于存储图片纹理的RC资源。
MessageBox
RC的消息框资源。
MouseDetectResult
鼠标检测器检测结果。
MouseDetector
RC的鼠标检测器资源。
PageData
用于存储页面数据的RC资源。
PositionConfig
用于配置资源位置的结构体。
Problem
出现问题时用于存储问题内容、状态及注释的结构体。
RenderResource
渲染的RC资源。
ReportState
报告发生问题时的状态。
SplitTime
RC的时间分段资源。
Switch
RC的开关资源。
SwitchAppearance
开关的外观。
SwitchClickAction
开关的点击方法。
SwitchData
用于开关资源判定的一些字段集合。
Text
RC的文本资源。
TextConfig
文本的可配置项。
Timer
用于存储运行时间的计时器。
Variable
RC的变量资源。

Enums§

HorizontalAlign
水平对齐方法。
HyperlinkSelectMethod
控制超链接选取方法。
MouseDetectorLevel
鼠标检测器单次检测等级。
RustConstructorError
RC资源最基本的错误处理。
SeverityLevel
衡量问题的严重等级。
Value
存储特定值的枚举。
VerticalAlign
垂直对齐方法。

Traits§

BasicFrontResource
标记并管理用于显示给用户的基本前端资源。
RustConstructorResource
核心特征,用于统一管理Rust Constructor资源。