Struct paradox_typed_db::rows::SurfaceTypeRow
source · pub struct SurfaceTypeRow<'a, 'b> { /* private fields */ }
Expand description
Row of the SurfaceType
table
See also: SurfaceTypeTable
Implementations§
source§impl<'a, 'b> SurfaceTypeRow<'a, 'b>
impl<'a, 'b> SurfaceTypeRow<'a, 'b>
sourcepub fn surface_type(&self) -> i32
pub fn surface_type(&self) -> i32
Get the data in column SurfaceType
sourcepub fn footstep_nd_audio_meta_event_set_name(&self) -> Option<&'a Latin1Str>
pub fn footstep_nd_audio_meta_event_set_name(&self) -> Option<&'a Latin1Str>
Get the data in column FootstepNDAudioMetaEventSetName
Trait Implementations§
source§impl<'a, 'b> Clone for SurfaceTypeRow<'a, 'b>
impl<'a, 'b> Clone for SurfaceTypeRow<'a, 'b>
source§fn clone(&self) -> SurfaceTypeRow<'a, 'b>
fn clone(&self) -> SurfaceTypeRow<'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