Struct paradox_typed_db::rows::MovingPlatformsRow
source · pub struct MovingPlatformsRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> MovingPlatformsRow<'a, 'b>
impl<'a, 'b> MovingPlatformsRow<'a, 'b>
sourcepub fn platform_is_simple_mover(&self) -> bool
pub fn platform_is_simple_mover(&self) -> bool
Get the data in column platformIsSimpleMover
sourcepub fn platform_move_x(&self) -> f32
pub fn platform_move_x(&self) -> f32
Get the data in column platformMoveX
sourcepub fn platform_move_y(&self) -> f32
pub fn platform_move_y(&self) -> f32
Get the data in column platformMoveY
sourcepub fn platform_move_z(&self) -> f32
pub fn platform_move_z(&self) -> f32
Get the data in column platformMoveZ
sourcepub fn platform_move_time(&self) -> f32
pub fn platform_move_time(&self) -> f32
Get the data in column platformMoveTime
sourcepub fn platform_start_at_end(&self) -> bool
pub fn platform_start_at_end(&self) -> bool
Get the data in column platformStartAtEnd
sourcepub fn description(&self) -> &'a Latin1Str
pub fn description(&self) -> &'a Latin1Str
Get the data in column description
Trait Implementations§
source§impl<'a, 'b> Clone for MovingPlatformsRow<'a, 'b>
impl<'a, 'b> Clone for MovingPlatformsRow<'a, 'b>
source§fn clone(&self) -> MovingPlatformsRow<'a, 'b>
fn clone(&self) -> MovingPlatformsRow<'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