Struct llvm_sys::disassembler::Struct_LLVMOpInfo1
source · #[repr(C)]pub struct Struct_LLVMOpInfo1 {
pub AddSymbol: LLVMOpInfoSymbol1,
pub SubtractSymbol: LLVMOpInfoSymbol1,
pub Value: u64,
pub VariantKind: u64,
}Fields
AddSymbol: LLVMOpInfoSymbol1SubtractSymbol: LLVMOpInfoSymbol1Value: u64VariantKind: u64Auto Trait Implementations
impl RefUnwindSafe for Struct_LLVMOpInfo1
impl !Send for Struct_LLVMOpInfo1
impl !Sync for Struct_LLVMOpInfo1
impl Unpin for Struct_LLVMOpInfo1
impl UnwindSafe for Struct_LLVMOpInfo1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more