Searched refs:CSimContextPtr (Results 1 – 1 of 1) sorted by relevance
117 pub struct CSimContextPtr { struct121 impl CSimContextPtr { argument122 pub fn new() -> CSimContextPtr { in new()123 CSimContextPtr { in new()129 impl Default for CSimContextPtr { implementation130 fn default() -> CSimContextPtr { in default()131 CSimContextPtr { in default()170 pub static SIM_CTX: RefCell<CSimContextPtr> = RefCell::new(CSimContextPtr::new());