Struct rps_sys::RpsSourceLocation
source · #[repr(C)]pub struct RpsSourceLocation {
pub file: RpsSourceFileId,
pub line: u32,
}Expand description
@brief Parameters of a source code location.
Fields§
§file: RpsSourceFileId< Identifier for a file.
line: u32< Line number within the file.
Trait Implementations§
source§impl Clone for RpsSourceLocation
impl Clone for RpsSourceLocation
source§fn clone(&self) -> RpsSourceLocation
fn clone(&self) -> RpsSourceLocation
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