Searched refs:ApcState (Results 1 – 1 of 1) sorted by relevance
182 struct ApcState { struct188 impl ApcState { implementation196 state: Arc<Mutex<ApcState>>,207 Self { state: Arc::new(Mutex::new(ApcState::new(confirmation_token_sender))) }, in new_native_binder()213 state: Arc<Mutex<ApcState>>, in result() argument