Searched refs:view_links (Results 1 – 2 of 2) sorted by relevance
200 unsafe fn view_links(me: *const Self) -> *mut $crate::list::ListLinks<$num> {233 unsafe { <Self as $crate::list::ListItem<$num>>::view_links(me) }271 let links_field = unsafe { <Self as $crate::list::ListItem<$num>>::view_links(me) };299 unsafe fn view_links(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
307 unsafe fn view_links(me: *const Self) -> *mut ListLinks<ID>; in view_links() method587 let mut item = unsafe { ListLinks::fields(T::view_links(item)) }; in remove()