#[repr(C)]pub struct _Panda__TaintQuery {
pub base: ProtobufCMessage,
pub ptr: u64,
pub tcn: u32,
pub offset: u32,
pub unique_label_set: *mut _Panda__TaintQueryUniqueLabelSet,
}Fields§
§base: ProtobufCMessage§ptr: u64§tcn: u32§offset: u32§unique_label_set: *mut _Panda__TaintQueryUniqueLabelSetTrait Implementations§
Source§impl Clone for _Panda__TaintQuery
impl Clone for _Panda__TaintQuery
Source§fn clone(&self) -> _Panda__TaintQuery
fn clone(&self) -> _Panda__TaintQuery
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__TaintQuery
impl Debug for _Panda__TaintQuery
impl Copy for _Panda__TaintQuery
Auto Trait Implementations§
impl Freeze for _Panda__TaintQuery
impl RefUnwindSafe for _Panda__TaintQuery
impl !Send for _Panda__TaintQuery
impl !Sync for _Panda__TaintQuery
impl Unpin for _Panda__TaintQuery
impl UnwindSafe for _Panda__TaintQuery
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