Home
last modified time | relevance | path

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

/trusty/user/base/lib/tipc/rust/src/raw/
Dhandle_set_wrapper.rs465 struct Service1; struct
467 impl Service for Service1 { implementation
518 Service1(Service1), enumerator
/trusty/user/base/lib/tipc/rust/src/
Dservice.rs1427 struct Service1; struct
1429 impl Service for Service1 { implementation
1568 pub(crate) struct Service1<'a> { struct
1569 phantom: PhantomData<&'a u32>,
1572 impl<'a> Service for Service1<'a> { implementation