Searched refs:HasTag (Results 1 – 6 of 6) sorted by relevance
| /linux/rust/zerocopy-derive/ |
| H A D | util.rs | 304 HasTag, enumerator 343 Trait::HasTag => "HasTag", in to_tokens() 364 | Trait::HasTag in to_tokens()
|
| /linux/rust/zerocopy-derive/derive/ |
| H A D | try_from_bytes.rs | 223 let has_tag = ImplBlockBuilder::new(ctx, data, Trait::HasTag, FieldBounds::None) in derive_is_bit_valid() 483 let has_tag = ImplBlockBuilder::new(ctx, data, Trait::HasTag, FieldBounds::None) in derive_has_field_struct_union()
|
| /linux/rust/zerocopy/src/ |
| H A D | wrappers.rs | 754 unsafe impl<T: HasTag + ?Sized> HasTag for ReadOnly<T> {
|
| H A D | impls.rs | 761 unsafe impl<T: ?Sized> HasTag for ManuallyDrop<T> { 1029 unsafe impl<$($head_T,)* $next_T> crate::HasTag for ($($head_T,)* $next_T,) {
|
| H A D | lib.rs | 1189 pub unsafe trait HasTag { trait 1236 HasTag
|
| /linux/rust/zerocopy/src/pointer/ |
| H A D | ptr.rs | 814 HasTag, ProjectField, 913 T: HasTag, in project_tag() argument
|