Struct paradox_typed_db::rows::VendorComponentRow
source · pub struct VendorComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> VendorComponentRow<'a, 'b>
impl<'a, 'b> VendorComponentRow<'a, 'b>
sourcepub fn buy_scalar(&self) -> f32
pub fn buy_scalar(&self) -> f32
Get the data in column buyScalar
sourcepub fn sell_scalar(&self) -> f32
pub fn sell_scalar(&self) -> f32
Get the data in column sellScalar
sourcepub fn refresh_time_seconds(&self) -> f32
pub fn refresh_time_seconds(&self) -> f32
Get the data in column refreshTimeSeconds
sourcepub fn loot_matrix_index(&self) -> i32
pub fn loot_matrix_index(&self) -> i32
Get the data in column LootMatrixIndex
Trait Implementations§
source§impl<'a, 'b> Clone for VendorComponentRow<'a, 'b>
impl<'a, 'b> Clone for VendorComponentRow<'a, 'b>
source§fn clone(&self) -> VendorComponentRow<'a, 'b>
fn clone(&self) -> VendorComponentRow<'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