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