Struct cyfs_debug::PanicManager
source · pub struct PanicManager(_);Implementations§
source§impl PanicManager
impl PanicManager
pub fn new(builder: PanicBuilder) -> Self
pub fn start(&self)
pub fn event(&self) -> SyncEventManagerSync<CyfsPanicInfo, ()>
Trait Implementations§
source§impl Clone for PanicManager
impl Clone for PanicManager
source§fn clone(&self) -> PanicManager
fn clone(&self) -> PanicManager
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