Searched refs:FlashContext (Results 1 – 1 of 1) sorted by relevance
66 pub struct FlashContext { struct72 impl FlashContext { argument73 pub fn new() -> FlashContext { in new()74 FlashContext { in new()82 impl Default for FlashContext { implementation83 fn default() -> FlashContext { in default()84 FlashContext { in default()169 pub static THREAD_CTX: RefCell<FlashContext> = RefCell::new(FlashContext::new());