会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lyh225
博客园
首页
新随笔
联系
管理
订阅
2022年11月20日
rust struct 初始化的语法糖 - struct update syntax
摘要: rust语法提供了..操作符来实现struct更新的语法糖,参见Struct Update syntax。 废话少说,直接定义一个学生的struct: #[derive(Default, Debug)] struct Student { age: u32, name: String, grade:
阅读全文
posted @ 2022-11-20 23:12 yihailin
阅读(185)
评论(0)
推荐(0)
编辑
公告