Struct paradox_typed_db::rows::VehicleStatMapRow
source · pub struct VehicleStatMapRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> VehicleStatMapRow<'a, 'b>
impl<'a, 'b> VehicleStatMapRow<'a, 'b>
sourcepub fn module_stat(&self) -> &'a Latin1Str
pub fn module_stat(&self) -> &'a Latin1Str
Get the data in column ModuleStat
sourcepub fn havok_stat(&self) -> &'a Latin1Str
pub fn havok_stat(&self) -> &'a Latin1Str
Get the data in column HavokStat
sourcepub fn havok_change_per_module_stat(&self) -> f32
pub fn havok_change_per_module_stat(&self) -> f32
Get the data in column HavokChangePerModuleStat
Trait Implementations§
source§impl<'a, 'b> Clone for VehicleStatMapRow<'a, 'b>
impl<'a, 'b> Clone for VehicleStatMapRow<'a, 'b>
source§fn clone(&self) -> VehicleStatMapRow<'a, 'b>
fn clone(&self) -> VehicleStatMapRow<'a, 'b>
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 more