Searched refs:AttachKind (Results 1 – 1 of 1) sorted by relevance
44 pub enum AttachKind { enum52 impl AttachKind { impl55 AttachKind::Attach => true, in was_attached()56 AttachKind::Run => false, in was_attached()107 fn query_if_attached(&mut self, pid: Pid) -> TargetResult<AttachKind, Self>; in query_if_attached() argument