Struct rustc_llvm::SectionIter [] [src]

pub struct SectionIter {
    pub llsi: SectionIteratorRef,
}
🔬 This is a nightly-only experimental API. (rustc_private)

Fields

🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

impl Drop for SectionIter
[src]

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