Searched defs:prop_info (Results 1 – 2 of 2) sorted by relevance
53 struct prop_info { struct58 prop_info(const char* key, const char* value) : key(key), value(value), serial(0) {} in prop_info() argument
39 prop_info: Option<&'static PropInfo>, field109 let prop_info = self.get_prop_info().ok_or(PropertyWatcherError::SystemPropertyAbsent)?; in read() localVariable