Struct paradox_typed_db::rows::RebuildSectionsRow
source · pub struct RebuildSectionsRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> RebuildSectionsRow<'a, 'b>
impl<'a, 'b> RebuildSectionsRow<'a, 'b>
sourcepub fn rebuild_id(&self) -> i32
pub fn rebuild_id(&self) -> i32
Get the data in column rebuildID
sourcepub fn fall_angle_x(&self) -> Option<f32>
pub fn fall_angle_x(&self) -> Option<f32>
Get the data in column fall_angle_x
sourcepub fn fall_angle_y(&self) -> Option<f32>
pub fn fall_angle_y(&self) -> Option<f32>
Get the data in column fall_angle_y
sourcepub fn fall_angle_z(&self) -> Option<f32>
pub fn fall_angle_z(&self) -> Option<f32>
Get the data in column fall_angle_z
sourcepub fn fall_height(&self) -> Option<f32>
pub fn fall_height(&self) -> Option<f32>
Get the data in column fall_height
sourcepub fn requires_list(&self) -> Option<&'a Latin1Str>
pub fn requires_list(&self) -> Option<&'a Latin1Str>
Get the data in column requires_list
Trait Implementations§
source§impl<'a, 'b> Clone for RebuildSectionsRow<'a, 'b>
impl<'a, 'b> Clone for RebuildSectionsRow<'a, 'b>
source§fn clone(&self) -> RebuildSectionsRow<'a, 'b>
fn clone(&self) -> RebuildSectionsRow<'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