Lines Matching refs:LinkOps
9 use crate::link_ops::LinkOps;
44 type LinkOps: LinkOps; typedef
57 link: <Self::LinkOps as LinkOps>::LinkPtr, in get_value()
68 ) -> <Self::LinkOps as LinkOps>::LinkPtr; in get_link()
71 fn link_ops(&self) -> &Self::LinkOps; in link_ops() argument
74 fn link_ops_mut(&mut self) -> &mut Self::LinkOps; in link_ops_mut() argument
204 type LinkOps = <$link as $crate::DefaultLinkOps>::Ops;
208 …unsafe fn get_value(&self, link: <Self::LinkOps as $crate::LinkOps>::LinkPtr) -> *const <Self::Poi…
212 …nst <Self::PointerOps as $crate::PointerOps>::Value) -> <Self::LinkOps as $crate::LinkOps>::LinkPt…
219 fn link_ops(&self) -> &Self::LinkOps {
223 fn link_ops_mut(&mut self) -> &mut Self::LinkOps {