Struct panda_sys::_Panda__TaintQueryPri[][src]

#[repr(C)]
pub struct _Panda__TaintQueryPri { pub base: ProtobufCMessage, pub buf: u64, pub len: u32, pub n_data: size_t, pub data: *mut u32, pub num_tainted: u32, pub call_stack: *mut Panda__CallStack, pub src_info: *mut Panda__SrcInfoPri, pub n_taint_query: size_t, pub taint_query: *mut *mut Panda__TaintQuery, }

Fields

base: ProtobufCMessagebuf: u64len: u32n_data: size_tdata: *mut u32num_tainted: u32call_stack: *mut Panda__CallStacksrc_info: *mut Panda__SrcInfoPrin_taint_query: size_ttaint_query: *mut *mut Panda__TaintQuery

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.