Struct cyfs_debug::ProcessDeadHelper
source · [−]pub struct ProcessDeadHelper { /* private fields */ }Implementations
sourceimpl 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
sourceimpl Clone for ProcessDeadHelper
impl Clone for ProcessDeadHelper
sourcefn clone(&self) -> ProcessDeadHelper
fn clone(&self) -> ProcessDeadHelper
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
Auto Trait Implementations
impl RefUnwindSafe for ProcessDeadHelper
impl Send for ProcessDeadHelper
impl Sync for ProcessDeadHelper
impl Unpin for ProcessDeadHelper
impl UnwindSafe for ProcessDeadHelper
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