Struct gd_rs::GDRawLocalLevel
source · pub struct GDRawLocalLevel {Show 25 fields
pub attempts: Option<i32>,
pub jumps: Option<i32>,
pub kCEK: Option<i32>,
pub clicks: Option<i32>,
pub levelseed: Option<i32>,
pub levelprogress: Option<String>,
pub normalmodepercentage: Option<i32>,
pub manaorbpercentage: Option<i32>,
pub leaderboardpercentage: Option<i32>,
pub levelname: String,
pub innerlevelstring: String,
pub creator: String,
pub k95: Option<i32>,
pub k101: Option<String>,
pub iseditable: String,
pub leveltype: usize,
pub levelversion: i32,
pub secondsspentediting: Option<i32>,
pub binaryversion: i32,
pub hasbeenmodified: Option<String>,
pub objectcount: Option<u32>,
pub kI1: Option<f32>,
pub kI2: Option<f32>,
pub kI3: Option<f32>,
pub kI6: Option<HashMap<String, String>>,
}Fields§
§attempts: Option<i32>§jumps: Option<i32>§kCEK: Option<i32>§clicks: Option<i32>§levelseed: Option<i32>§levelprogress: Option<String>§normalmodepercentage: Option<i32>§manaorbpercentage: Option<i32>§leaderboardpercentage: Option<i32>§levelname: String§innerlevelstring: String§creator: String§k95: Option<i32>§k101: Option<String>§iseditable: String§leveltype: usize§levelversion: i32§secondsspentediting: Option<i32>§binaryversion: i32§hasbeenmodified: Option<String>§objectcount: Option<u32>§kI1: Option<f32>§kI2: Option<f32>§kI3: Option<f32>§kI6: Option<HashMap<String, String>>Trait Implementations§
source§impl Clone for GDRawLocalLevel
impl Clone for GDRawLocalLevel
source§fn clone(&self) -> GDRawLocalLevel
fn clone(&self) -> GDRawLocalLevel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GDRawLocalLevel
impl Debug for GDRawLocalLevel
source§impl Default for GDRawLocalLevel
impl Default for GDRawLocalLevel
source§fn default() -> GDRawLocalLevel
fn default() -> GDRawLocalLevel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GDRawLocalLevel
impl<'de> Deserialize<'de> for GDRawLocalLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GDRawLocalLevel
impl Send for GDRawLocalLevel
impl Sync for GDRawLocalLevel
impl Unpin for GDRawLocalLevel
impl UnwindSafe for GDRawLocalLevel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more