Home
last modified time | relevance | path

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

/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc/
Dmod.rs88 pub struct RemoteObjRef<T: FromRemoteObj + ?Sized>(Box<T>); struct
90 impl<T: FromRemoteObj + ?Sized> RemoteObjRef<T> { implementation
97 impl<T: FromRemoteObj + ?Sized> Deref for RemoteObjRef<T> { implementation
105 impl<I: FromRemoteObj + ?Sized> Clone for RemoteObjRef<I> { implementation
114 impl<I: FromRemoteObj + ?Sized> Ord for RemoteObjRef<I> { implementation
120 impl<I: FromRemoteObj + ?Sized> PartialOrd for RemoteObjRef<I> { implementation
126 impl<I: FromRemoteObj + ?Sized> PartialEq for RemoteObjRef<I> { implementation
132 impl<I: FromRemoteObj + ?Sized> Eq for RemoteObjRef<I> {} implementation