#[repr(C)]pub struct _Panda__LoadedLibs {
pub base: ProtobufCMessage,
pub proc_name: *mut i8,
pub has_pid: i32,
pub pid: u32,
pub has_ppid: i32,
pub ppid: u32,
pub has_create_time: i32,
pub create_time: u64,
pub has_tid: i32,
pub tid: u32,
pub n_modules: u64,
pub modules: *mut *mut _Panda__Module,
}Fields§
§base: ProtobufCMessage§proc_name: *mut i8§has_pid: i32§pid: u32§has_ppid: i32§ppid: u32§has_create_time: i32§create_time: u64§has_tid: i32§tid: u32§n_modules: u64§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