Struct rustc_llvm::archive_ro::Child [] [src]

pub struct Child<'a> {
    // some fields omitted
}
Unstable (rustc_private)

Methods

impl<'a> Child<'a>
[src]

fn name(&self) -> Option<&'a str>

fn data(&self) -> &'a [u8]

fn raw(&self) -> ArchiveChildRef

Trait Implementations

impl<'a> Drop for Child<'a>
[src]

fn drop(&mut self)

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