Searched refs:view_links (Results 1 – 2 of 2) sorted by relevance
134 unsafe fn view_links(me: *const Self) -> *mut $crate::list::ListLinks<$num> {168 unsafe { <Self as $crate::list::ListItem<$num>>::view_links(me) }203 let links_field = unsafe { <Self as $crate::list::ListItem<$num>>::view_links(me) };229 unsafe fn view_links(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
85 unsafe fn view_links(me: *const Self) -> *mut ListLinks<ID>; in view_links() method355 let mut item = unsafe { ListLinks::fields(T::view_links(item)) }; in remove()