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