Struct gimli::write::DebugLineStr [−][src]
pub struct DebugLineStr<W: Writer>(pub W);
A writable .debug_line_str
section.
Implementations
impl<W: Writer> DebugLineStr<W>
[src]
impl<W: Writer> DebugLineStr<W>
[src]pub fn offset(&self) -> DebugLineStrOffset
[src]
Return the offset of the next write.
Trait Implementations
impl<W: Debug + Writer> Debug for DebugLineStr<W>
[src]
impl<W: Debug + Writer> Debug for DebugLineStr<W>
[src]impl<W: Default + Writer> Default for DebugLineStr<W>
[src]
impl<W: Default + Writer> Default for DebugLineStr<W>
[src]fn default() -> DebugLineStr<W>
[src]
impl<W: Writer> Deref for DebugLineStr<W>
[src]
impl<W: Writer> Deref for DebugLineStr<W>
[src]Auto Trait Implementations
impl<W> RefUnwindSafe for DebugLineStr<W> where
W: RefUnwindSafe,
W: RefUnwindSafe,
impl<W> Send for DebugLineStr<W> where
W: Send,
W: Send,
impl<W> Sync for DebugLineStr<W> where
W: Sync,
W: Sync,
impl<W> Unpin for DebugLineStr<W> where
W: Unpin,
W: Unpin,
impl<W> UnwindSafe for DebugLineStr<W> where
W: UnwindSafe,
W: UnwindSafe,