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