Searched defs:TipcChannel (Results 1 – 3 of 3) sorted by relevance
43 struct TipcChannel { struct44 channel: Arc<Mutex<trusty::TipcChannel>>, argument47 impl TipcChannel { implementation60 impl SerializedChannel for TipcChannel { implementation
92 pub struct TipcChannel(File); struct94 impl TipcChannel { implementation
44 struct TipcChannel(trusty::TipcChannel); struct46 impl SerializedChannel for TipcChannel { implementation