Struct paradox_typed_db::rows::ModuleComponentRow
source · pub struct ModuleComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> ModuleComponentRow<'a, 'b>
impl<'a, 'b> ModuleComponentRow<'a, 'b>
sourcepub fn build_type(&self) -> i32
pub fn build_type(&self) -> i32
Get the data in column buildType
sourcepub fn primary_sound_guid(&self) -> Option<&'a Latin1Str>
pub fn primary_sound_guid(&self) -> Option<&'a Latin1Str>
Get the data in column primarySoundGUID
sourcepub fn assembled_effect_id(&self) -> Option<i32>
pub fn assembled_effect_id(&self) -> Option<i32>
Get the data in column assembledEffectID
Trait Implementations§
source§impl<'a, 'b> Clone for ModuleComponentRow<'a, 'b>
impl<'a, 'b> Clone for ModuleComponentRow<'a, 'b>
source§fn clone(&self) -> ModuleComponentRow<'a, 'b>
fn clone(&self) -> ModuleComponentRow<'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