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