#[repr(C)]pub struct _Panda__TaintedInstr {
pub base: ProtobufCMessage,
pub call_stack: *mut _Panda__CallStack,
pub n_taint_query: u64,
pub taint_query: *mut *mut _Panda__TaintQuery,
}Fields§
§base: ProtobufCMessage§call_stack: *mut _Panda__CallStack§n_taint_query: u64§taint_query: *mut *mut _Panda__TaintQueryTrait Implementations§
Source§impl Clone for _Panda__TaintedInstr
impl Clone for _Panda__TaintedInstr
Source§fn clone(&self) -> _Panda__TaintedInstr
fn clone(&self) -> _Panda__TaintedInstr
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__TaintedInstr
impl Debug for _Panda__TaintedInstr
impl Copy for _Panda__TaintedInstr
Auto Trait Implementations§
impl Freeze for _Panda__TaintedInstr
impl RefUnwindSafe for _Panda__TaintedInstr
impl !Send for _Panda__TaintedInstr
impl !Sync for _Panda__TaintedInstr
impl Unpin for _Panda__TaintedInstr
impl UnwindSafe for _Panda__TaintedInstr
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