[][src]Trait gimli::write::Section

pub trait Section<W: Writer>: DerefMut<Target = W> {
    fn id(&self) -> SectionId;

    fn name(&self) -> &'static str { ... }
}

Functionality common to all writable DWARF sections.

Required methods

fn id(&self) -> SectionId

Returns the DWARF section kind for this type.

Loading content...

Provided methods

fn name(&self) -> &'static str

Returns the ELF section name for this type.

Loading content...

Implementors

impl<W: Writer> Section<W> for DebugAbbrev<W>[src]

impl<W: Writer> Section<W> for DebugFrame<W>[src]

impl<W: Writer> Section<W> for DebugInfo<W>[src]

impl<W: Writer> Section<W> for DebugLine<W>[src]

impl<W: Writer> Section<W> for DebugLineStr<W>[src]

impl<W: Writer> Section<W> for DebugLoc<W>[src]

impl<W: Writer> Section<W> for DebugLocLists<W>[src]

impl<W: Writer> Section<W> for DebugRanges<W>[src]

impl<W: Writer> Section<W> for DebugRngLists<W>[src]

impl<W: Writer> Section<W> for DebugStr<W>[src]

impl<W: Writer> Section<W> for EhFrame<W>[src]

Loading content...