Struct rustc_llvm::SectionIter [] [src]

pub struct SectionIter {
    pub llsi: SectionIteratorRef,
}
Unstable (rustc_private)

Fields

llsi: SectionIteratorRef
Unstable (rustc_private)

Trait Implementations

impl Drop for SectionIter
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more