Home
last modified time | relevance | path

Searched refs:UNION_VARIANT_ID (Results 1 – 2 of 2) sorted by relevance

/linux/rust/zerocopy-derive/derive/
H A Dtry_from_bytes.rs476 parse_quote!({ #zerocopy_crate::UNION_VARIANT_ID }) in derive_has_field_struct_union()
612 parse_quote!({ #zerocopy_crate::UNION_VARIANT_ID }) in derive_try_from_bytes_union()
/linux/rust/zerocopy/src/
H A Dlib.rs1181 pub const UNION_VARIANT_ID: i128 = -2; constant
1326 crate::STRUCT_VARIANT_ID | crate::UNION_VARIANT_ID => true, in is_projectable()