Struct cyfs_debug::ProcessDeadHelper
source · pub struct ProcessDeadHelper { /* private fields */ }Implementations§
source§impl ProcessDeadHelper
impl ProcessDeadHelper
pub fn patch_task_min_thread()
pub fn instance() -> &'static Self
pub fn start_check(&self)
pub fn enable_exit_on_task_system_dead(&self, timeout_in_secs: Option<u64>)
Trait Implementations§
source§impl Clone for ProcessDeadHelper
impl Clone for ProcessDeadHelper
source§fn clone(&self) -> ProcessDeadHelper
fn clone(&self) -> ProcessDeadHelper
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 more