pub struct ProcessPrinterText {}Expand description
A Process Printer that displays a process as a human-readable string.
Implementations§
Source§impl ProcessPrinterText
impl ProcessPrinterText
pub fn new() -> ProcessPrinterText
Trait Implementations§
Source§impl ProcessPrinter for ProcessPrinterText
impl ProcessPrinter for ProcessPrinterText
Source§fn print_overview(
&self,
process: &dyn Process,
writer: &mut dyn BinaryWrite,
context: Option<ProcessPrinterContext>,
) -> Option<ProcessPrinterContext>
fn print_overview( &self, process: &dyn Process, writer: &mut dyn BinaryWrite, context: Option<ProcessPrinterContext>, ) -> Option<ProcessPrinterContext>
Auto Trait Implementations§
impl Freeze for ProcessPrinterText
impl RefUnwindSafe for ProcessPrinterText
impl Send for ProcessPrinterText
impl Sync for ProcessPrinterText
impl Unpin for ProcessPrinterText
impl UnsafeUnpin for ProcessPrinterText
impl UnwindSafe for ProcessPrinterText
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