Struct spdlog::SourceLocation
source · pub struct SourceLocation { /* private fields */ }Expand description
Represents a location in source code.
Usually users don’t need to construct it manually, but if you do, use macro
source_location_current.
Implementations§
source§impl SourceLocation
impl SourceLocation
Trait Implementations§
source§impl Clone for SourceLocation
impl Clone for SourceLocation
source§fn clone(&self) -> SourceLocation
fn clone(&self) -> SourceLocation
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