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