Home
last modified time | relevance | path

Searched refs:CSimContextPtr (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs117 pub struct CSimContextPtr { struct
121 impl CSimContextPtr { argument
122 pub fn new() -> CSimContextPtr { in new()
123 CSimContextPtr { in new()
129 impl Default for CSimContextPtr { implementation
130 fn default() -> CSimContextPtr { in default()
131 CSimContextPtr { in default()
170 pub static SIM_CTX: RefCell<CSimContextPtr> = RefCell::new(CSimContextPtr::new());