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