Struct llvm_sys::disassembler::LLVMOpInfoSymbol1 [−][src]
#[repr(C)]pub struct LLVMOpInfoSymbol1 { pub Present: u64, pub Name: *const c_char, pub Value: u64, }
Fields
Present: u64
1 if this symbol is present.
Name: *const c_char
Symbol name if not NULL.
Value: u64
Symbol value if name is NULL.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMOpInfoSymbol1
impl !Send for LLVMOpInfoSymbol1
impl !Sync for LLVMOpInfoSymbol1
impl Unpin for LLVMOpInfoSymbol1
impl UnwindSafe for LLVMOpInfoSymbol1