pub struct PidEntries {
pub pidentries: Vec<PidEntry>,
}
Fields§
§pidentries: Vec<PidEntry>
Trait Implementations§
Source§impl Clone for PidEntries
impl Clone for PidEntries
Source§fn clone(&self) -> PidEntries
fn clone(&self) -> PidEntries
Returns a copy 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 PidEntries
impl Debug for PidEntries
Source§impl Default for PidEntries
impl Default for PidEntries
Source§fn default() -> PidEntries
fn default() -> PidEntries
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PidEntries
impl RefUnwindSafe for PidEntries
impl Send for PidEntries
impl Sync for PidEntries
impl Unpin for PidEntries
impl UnwindSafe for PidEntries
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