Struct rustc_llvm::diagnostic::InlineAsmDiagnostic [] [src]

pub struct InlineAsmDiagnostic {
    pub cookie: c_uint,
    pub message: TwineRef,
    pub instruction: ValueRef,
}
Unstable (rustc_private)

Fields

cookie: c_uint
Unstable (rustc_private)
message: TwineRef
Unstable (rustc_private)
instruction: ValueRef
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl Clone for InlineAsmDiagnostic
[src]

fn clone(&self) -> InlineAsmDiagnostic

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for InlineAsmDiagnostic
[src]