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