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 moresource§impl Debug for RpsSourceLocation
impl Debug for RpsSourceLocation
source§impl Default for RpsSourceLocation
impl Default for RpsSourceLocation
source§fn default() -> RpsSourceLocation
fn default() -> RpsSourceLocation
Returns the “default value” for a type. Read more