#[repr(C)]
pub struct _Panda__LogEntry {
Show 34 fields pub base: ProtobufCMessage, pub pc: u64, pub instr: u64, pub asid_info: *mut Panda__AsidInfo, pub has_asid: protobuf_c_boolean, pub asid: u64, pub call_stack: *mut Panda__CallStack, pub basic_block: *mut Panda__BasicBlock, pub edge_coverage: *mut Panda__AsidEdges, pub trace: *mut Panda__AsidTrace, pub asid_libraries: *mut Panda__LoadedLibs, pub dwarf_call: *mut Panda__DwarfCall, pub dwarf_ret: *mut Panda__DwarfCall, pub proc_trace: *mut Panda__ProcTrace, pub signal_event: *mut Panda__SignalEvent, pub syscall: *mut Panda__Syscall, pub taint_query_pri: *mut Panda__TaintQueryPri, pub attack_point_pri: *mut Panda__AttackPointPri, pub pri_trace_src_info: *mut Panda__SrcInfoPri, pub serial_tx: *mut Panda__SerialTx, pub taint_query_hypercall: *mut Panda__TaintQueryHypercall, pub attack_point: *mut Panda__AttackPoint, pub has_taint_label_virtual_addr: protobuf_c_boolean, pub taint_label_virtual_addr: u64, pub has_taint_label_physical_addr: protobuf_c_boolean, pub taint_label_physical_addr: u64, pub has_taint_label_number: protobuf_c_boolean, pub taint_label_number: u32, pub tainted_branch: *mut Panda__TaintedBranch, pub tainted_branch_summary: *mut Panda__TaintedBranchSummary, pub label_liveness: *mut Panda__LabelLiveness, pub tainted_instr: *mut Panda__TaintedInstr, pub tainted_instr_summary: *mut Panda__TaintedInstrSummary, pub tainted_mmio_label: *mut Panda__TaintedMmioLabel,
}

Fields§

§base: ProtobufCMessage§pc: u64§instr: u64§asid_info: *mut Panda__AsidInfo§has_asid: protobuf_c_boolean§asid: u64§call_stack: *mut Panda__CallStack§basic_block: *mut Panda__BasicBlock§edge_coverage: *mut Panda__AsidEdges§trace: *mut Panda__AsidTrace§asid_libraries: *mut Panda__LoadedLibs§dwarf_call: *mut Panda__DwarfCall§dwarf_ret: *mut Panda__DwarfCall§proc_trace: *mut Panda__ProcTrace§signal_event: *mut Panda__SignalEvent§syscall: *mut Panda__Syscall§taint_query_pri: *mut Panda__TaintQueryPri§attack_point_pri: *mut Panda__AttackPointPri§pri_trace_src_info: *mut Panda__SrcInfoPri§serial_tx: *mut Panda__SerialTx§taint_query_hypercall: *mut Panda__TaintQueryHypercall§attack_point: *mut Panda__AttackPoint§has_taint_label_virtual_addr: protobuf_c_boolean§taint_label_virtual_addr: u64§has_taint_label_physical_addr: protobuf_c_boolean§taint_label_physical_addr: u64§has_taint_label_number: protobuf_c_boolean§taint_label_number: u32§tainted_branch: *mut Panda__TaintedBranch§tainted_branch_summary: *mut Panda__TaintedBranchSummary§label_liveness: *mut Panda__LabelLiveness§tainted_instr: *mut Panda__TaintedInstr§tainted_instr_summary: *mut Panda__TaintedInstrSummary§tainted_mmio_label: *mut Panda__TaintedMmioLabel

Trait Implementations§

source§

impl Clone for _Panda__LogEntry

source§

fn clone(&self) -> _Panda__LogEntry

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for _Panda__LogEntry

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for _Panda__LogEntry

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.