Lines Matching refs:field
41 /// The second form of `span_of!` returns a sub-slice which starts at one field, and ends at another.
61 /// The inter-field form mentioned above assumes that the first field is positioned before the
133 // Just one field.
134 (@helper $root:ident, $parent:path, # $field:tt []) => {{
135 let field = raw_field!($root, $parent, $field);
136 (field as usize, field as usize + $crate::__priv::size_of_pointee(field))