Home
last modified time | relevance | path

Searched defs:CaptureInfo (Results 1 – 1 of 1) sorted by relevance

/tools/netsim/rust/daemon/src/captures/
Dcapture.rs47 pub struct CaptureInfo { struct
50 pub file: Option<File>,
52 id: ChipIdentifier,
76 /// A mapping of chip id to CaptureInfo. argument
84 impl CaptureInfo { implementation
214 pub fn get(&mut self, key: ChipIdentifier) -> Option<&mut Arc<Mutex<CaptureInfo>>> { in get()
219 pub fn insert(&mut self, capture: CaptureInfo) { in insert()
231 pub fn iter(&self) -> Iter<ChipIdentifier, Arc<Mutex<CaptureInfo>>> { in iter()
251 pub fn values(&self) -> Values<ChipIdentifier, Arc<Mutex<CaptureInfo>>> { in values()