Struct paradox_typed_db::rows::JetPackPadComponentRow
source · pub struct JetPackPadComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> JetPackPadComponentRow<'a, 'b>
impl<'a, 'b> JetPackPadComponentRow<'a, 'b>
sourcepub fn x_distance(&self) -> f32
pub fn x_distance(&self) -> f32
Get the data in column xDistance
sourcepub fn y_distance(&self) -> f32
pub fn y_distance(&self) -> f32
Get the data in column yDistance
sourcepub fn warn_distance(&self) -> f32
pub fn warn_distance(&self) -> f32
Get the data in column warnDistance
sourcepub fn lot_blocker(&self) -> Option<i32>
pub fn lot_blocker(&self) -> Option<i32>
Get the data in column lotBlocker
sourcepub fn lot_warning_volume(&self) -> Option<i32>
pub fn lot_warning_volume(&self) -> Option<i32>
Get the data in column lotWarningVolume
Trait Implementations§
source§impl<'a, 'b> Clone for JetPackPadComponentRow<'a, 'b>
impl<'a, 'b> Clone for JetPackPadComponentRow<'a, 'b>
source§fn clone(&self) -> JetPackPadComponentRow<'a, 'b>
fn clone(&self) -> JetPackPadComponentRow<'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