Enum gimli::write::LineString [−][src]
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]
pub fn new<T>(
val: T,
encoding: Encoding,
line_strings: &mut LineStringTable
) -> Self where
T: Into<Vec<u8>>,
[src]
val: T,
encoding: Encoding,
line_strings: &mut LineStringTable
) -> Self where
T: Into<Vec<u8>>,
Create a LineString
using the normal form for the given encoding.
Trait Implementations
impl Clone for LineString
[src]
fn clone(&self) -> LineString
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for LineString
[src]
impl Eq for LineString
[src]
impl Hash for LineString
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<LineString> for LineString
[src]
fn eq(&self, other: &LineString) -> bool
[src]
fn ne(&self, other: &LineString) -> bool
[src]
impl StructuralEq for LineString
[src]
impl StructuralPartialEq for LineString
[src]
Auto Trait Implementations
impl RefUnwindSafe for LineString
impl Send for LineString
impl Sync for LineString
impl Unpin for LineString
impl UnwindSafe for LineString
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> CallHasher for T where
T: Hash,
[src]
T: Hash,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,