Struct paradox_typed_db::rows::RacingModuleComponentRow
source · pub struct RacingModuleComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> RacingModuleComponentRow<'a, 'b>
impl<'a, 'b> RacingModuleComponentRow<'a, 'b>
sourcepub fn acceleration(&self) -> Option<f32>
pub fn acceleration(&self) -> Option<f32>
Get the data in column acceleration
sourcepub fn imagination(&self) -> Option<f32>
pub fn imagination(&self) -> Option<f32>
Get the data in column imagination
Trait Implementations§
source§impl<'a, 'b> Clone for RacingModuleComponentRow<'a, 'b>
impl<'a, 'b> Clone for RacingModuleComponentRow<'a, 'b>
source§fn clone(&self) -> RacingModuleComponentRow<'a, 'b>
fn clone(&self) -> RacingModuleComponentRow<'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