#[repr(C)]pub struct _Panda__LoadedLibs {
pub base: ProtobufCMessage,
pub proc_name: *mut c_char,
pub has_pid: protobuf_c_boolean,
pub pid: u32,
pub has_ppid: protobuf_c_boolean,
pub ppid: u32,
pub has_create_time: protobuf_c_boolean,
pub create_time: u64,
pub has_tid: protobuf_c_boolean,
pub tid: u32,
pub n_modules: size_t,
pub modules: *mut *mut Panda__Module,
}Fields§
§base: ProtobufCMessage§proc_name: *mut c_char§has_pid: protobuf_c_boolean§pid: u32§has_ppid: protobuf_c_boolean§ppid: u32§has_create_time: protobuf_c_boolean§create_time: u64§has_tid: protobuf_c_boolean§tid: u32§n_modules: size_t§modules: *mut *mut Panda__ModuleTrait Implementations§
Source§impl Clone for _Panda__LoadedLibs
impl Clone for _Panda__LoadedLibs
Source§fn clone(&self) -> _Panda__LoadedLibs
fn clone(&self) -> _Panda__LoadedLibs
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__LoadedLibs
impl Debug for _Panda__LoadedLibs
impl Copy for _Panda__LoadedLibs
Auto Trait Implementations§
impl Freeze for _Panda__LoadedLibs
impl RefUnwindSafe for _Panda__LoadedLibs
impl !Send for _Panda__LoadedLibs
impl !Sync for _Panda__LoadedLibs
impl Unpin for _Panda__LoadedLibs
impl UnwindSafe for _Panda__LoadedLibs
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