Searched refs:SizeToTag (Results 1 – 2 of 2) sorted by relevance
267 pub trait SizeToTag<const SIZE: usize> { interface271 impl SizeToTag<1> for () { impl274 impl SizeToTag<2> for () { implementation277 impl SizeToTag<4> for () { implementation280 impl SizeToTag<8> for () { implementation283 impl SizeToTag<16> for () { impl290 pub type SizeToTag<const SIZE: usize> = <() as size_to_tag::SizeToTag<SIZE>>::Tag; typedef
383 type ___ZerocopyTagPrimitive = #zerocopy_crate::util::macro_util::SizeToTag< in derive_is_bit_valid()