Searched refs:static_assert_dst_is_not_zst (Results 1 – 3 of 3) sorted by relevance
312 static_assert_dst_is_not_zst!(T); in from_bytes()366 static_assert_dst_is_not_zst!(T); in from_prefix()431 static_assert_dst_is_not_zst!(T); in from_suffix()492 static_assert_dst_is_not_zst!(T); in from_bytes_with_elems()546 static_assert_dst_is_not_zst!(T); in from_prefix_with_elems()592 static_assert_dst_is_not_zst!(T); in from_suffix_with_elems()625 static_assert_dst_is_not_zst!(T); in into_ref()673 static_assert_dst_is_not_zst!(T); in into_mut()807 static_assert_dst_is_not_zst!(T); in deref()849 static_assert_dst_is_not_zst!(T); in deref_mut()
1882 static_assert_dst_is_not_zst!(Self); in try_ref_from_bytes()2005 static_assert_dst_is_not_zst!(Self); in try_ref_from_prefix()2115 static_assert_dst_is_not_zst!(Self); in try_ref_from_suffix()2209 static_assert_dst_is_not_zst!(Self); in try_mut_from_bytes()2320 static_assert_dst_is_not_zst!(Self); in try_mut_from_prefix()2420 static_assert_dst_is_not_zst!(Self); in try_mut_from_suffix()4159 static_assert_dst_is_not_zst!(Self); in ref_from_bytes()4271 static_assert_dst_is_not_zst!(Self); in ref_from_prefix()4365 static_assert_dst_is_not_zst!(Self); in ref_from_suffix()4449 static_assert_dst_is_not_zst!(Self); in mut_from_bytes()[all …]
684 macro_rules! static_assert_dst_is_not_zst { macro