struct UnitData {
i: usize,
name: String,
version: String,
mode: String,
target: String,
start: f64,
duration: f64,
rmeta_time: Option<f64>,
unlocked_units: Vec<usize>,
unlocked_rmeta_units: Vec<usize>,
}
Fields§
§i: usize
§name: String
§version: String
§mode: String
§target: String
§start: f64
§duration: f64
§rmeta_time: Option<f64>
§unlocked_units: Vec<usize>
§unlocked_rmeta_units: Vec<usize>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UnitData
impl Send for UnitData
impl Sync for UnitData
impl Unpin for UnitData
impl UnwindSafe for UnitData
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 184 bytes