Searched defs:BalloonContext (Results 1 – 1 of 1) sorted by relevance
1579 struct BalloonContext { struct1580 _ctrl_tube: Tube,1582 _mem_client_tube: Tube,1585 fn modify_device(_balloon_context: &mut BalloonContext, balloon: &mut Balloon) { in modify_device()