#[repr(C)]pub struct _Panda__TaintQueryPri {
pub base: ProtobufCMessage,
pub buf: u64,
pub len: u32,
pub n_data: u64,
pub data: *mut u32,
pub num_tainted: u32,
pub call_stack: *mut _Panda__CallStack,
pub src_info: *mut _Panda__SrcInfoPri,
pub n_taint_query: u64,
pub taint_query: *mut *mut _Panda__TaintQuery,
}Fields§
§base: ProtobufCMessage§buf: u64§len: u32§n_data: u64§data: *mut u32§num_tainted: u32§call_stack: *mut _Panda__CallStack§src_info: *mut _Panda__SrcInfoPri§n_taint_query: u64§taint_query: *mut *mut _Panda__TaintQueryTrait Implementations§
Source§impl Clone for _Panda__TaintQueryPri
impl Clone for _Panda__TaintQueryPri
Source§fn clone(&self) -> _Panda__TaintQueryPri
fn clone(&self) -> _Panda__TaintQueryPri
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _Panda__TaintQueryPri
impl Debug for _Panda__TaintQueryPri
impl Copy for _Panda__TaintQueryPri
Auto Trait Implementations§
impl Freeze for _Panda__TaintQueryPri
impl RefUnwindSafe for _Panda__TaintQueryPri
impl !Send for _Panda__TaintQueryPri
impl !Sync for _Panda__TaintQueryPri
impl Unpin for _Panda__TaintQueryPri
impl UnwindSafe for _Panda__TaintQueryPri
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