#[repr(C)]pub struct LLVMOpInfoSymbol1 {
pub Present: u64,
pub Name: *const i8,
pub Value: u64,
}
Fields§
§Present: u64
1 if this symbol is present.
Name: *const i8
Symbol name if not NULL.
Value: u64
Symbol value if name is NULL.
Auto Trait Implementations§
impl Freeze for LLVMOpInfoSymbol1
impl RefUnwindSafe for LLVMOpInfoSymbol1
impl !Send for LLVMOpInfoSymbol1
impl !Sync for LLVMOpInfoSymbol1
impl Unpin for LLVMOpInfoSymbol1
impl UnwindSafe for LLVMOpInfoSymbol1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more