Struct paradox_typed_db::rows::ModularBuildComponentRow
source · pub struct ModularBuildComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> ModularBuildComponentRow<'a, 'b>
impl<'a, 'b> ModularBuildComponentRow<'a, 'b>
sourcepub fn build_type(&self) -> i32
pub fn build_type(&self) -> i32
Get the data in column buildType
sourcepub fn created_lot(&self) -> i32
pub fn created_lot(&self) -> i32
Get the data in column createdLOT
sourcepub fn created_physics_id(&self) -> i32
pub fn created_physics_id(&self) -> i32
Get the data in column createdPhysicsID
sourcepub fn audio_event_guid_snap(&self) -> &'a Latin1Str
pub fn audio_event_guid_snap(&self) -> &'a Latin1Str
Get the data in column AudioEventGUID_Snap
sourcepub fn audio_event_guid_complete(&self) -> Option<&'a Latin1Str>
pub fn audio_event_guid_complete(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventGUID_Complete
sourcepub fn audio_event_guid_present(&self) -> Option<&'a Latin1Str>
pub fn audio_event_guid_present(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventGUID_Present
Trait Implementations§
source§impl<'a, 'b> Clone for ModularBuildComponentRow<'a, 'b>
impl<'a, 'b> Clone for ModularBuildComponentRow<'a, 'b>
source§fn clone(&self) -> ModularBuildComponentRow<'a, 'b>
fn clone(&self) -> ModularBuildComponentRow<'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