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