atomic_enum rust 原子枚举类型
摘要:
https://docs.rs/atomic_enum/latest/atomic_enum/ #[atomic_enum] #[derive(PartialEq)] enum CatState { Dead = 0, BothDeadAndAlive, Alive, } let state = A 阅读全文
posted @ 2023-06-09 09:30 小弧光 阅读(12) 评论(0) 推荐(0) 编辑