Searched defs:BalloonContext (Results 1 – 1 of 1) sorted by relevance
1565 struct BalloonContext { struct1566 _ctrl_tube: Tube,1567 _mem_client_tube: Tube,1570 fn modify_device(_balloon_context: &mut BalloonContext, balloon: &mut Balloon) { in modify_device()