Struct linux_procfs::pidentries::PidCmdline
source · [−]pub struct PidCmdline {
pub cmdline: String,
}
Fields
cmdline: String
Trait Implementations
sourceimpl Clone for PidCmdline
impl Clone for PidCmdline
sourcefn clone(&self) -> PidCmdline
fn clone(&self) -> PidCmdline
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PidCmdline
impl Debug for PidCmdline
sourceimpl Default for PidCmdline
impl Default for PidCmdline
sourcefn default() -> PidCmdline
fn default() -> PidCmdline
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PidCmdline
impl Send for PidCmdline
impl Sync for PidCmdline
impl Unpin for PidCmdline
impl UnwindSafe for PidCmdline
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more