Struct rustc_llvm::TargetData [] [src]

pub struct TargetData {
    pub lltd: TargetDataRef,
}
Unstable (rustc_private)

Fields

lltd: TargetDataRef
Unstable (rustc_private)

Trait Implementations

impl Drop for TargetData
[src]

fn drop(&mut self)

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