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