Struct rustc_llvm::TargetData [] [src]

pub struct TargetData {
    pub lltd: TargetDataRef,
}
🔬 This is a nightly-only experimental API. (rustc_private)

Fields

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

Trait Implementations

impl Drop for TargetData
[src]

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