Struct rps_sys::RpsSourceLocation
source · #[repr(C)]pub struct RpsSourceLocation {
pub file: RpsSourceFileId,
pub line: u32,
}Expand description
Parameters of a source code location.
Fields§
§file: RpsSourceFileIdIdentifier for a file.
line: u32Line 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