Enum gimli::write::LineString [−][src]
pub enum LineString { String(Vec<u8>), StringRef(StringId), LineStringRef(LineStringId), }
A string value for use in defining paths in line number programs.
Variants
A slice of bytes representing a string. Must not include null bytes. Not guaranteed to be UTF-8 or anything like that.
StringRef(StringId)
A reference to a string in the .debug_str
section.
LineStringRef(LineStringId)
A reference to a string in the .debug_line_str
section.
Implementations
impl LineString
[src]
impl LineString
[src]Trait Implementations
impl Clone for LineString
[src]
impl Clone for LineString
[src]fn clone(&self) -> LineString
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for LineString
[src]
impl Hash for LineString
[src]impl PartialEq<LineString> for LineString
[src]
impl PartialEq<LineString> for LineString
[src]