Searched defs:KnownLayout (Results 1 – 6 of 6) sorted by relevance
343 … unsafe impl<$(const $constvar : $constty,)? $($tyvar $(: ?$optbound)?)?> KnownLayout for $ty { impl378 unsafe impl<$($tyvar: ?Sized + KnownLayout)?> KnownLayout for $ty { impl
935 pub unsafe trait KnownLayout { interface956 unsafe impl<T: KnownLayout> KnownLayout for [T] { impl1250 fn try_from_ref(bytes: &[u8]) -> Option<&Self> in try_from_ref()6521 fn _test_kl05<T>(t: T) -> impl KnownLayout { in test_known_layout_derive()6531 fn _test_kl07<T: KnownLayout>(t: T) -> impl KnownLayout { in test_known_layout_derive()6669 fn _test_kl15<T: KnownLayout>(t: T) -> impl KnownLayout { in test_known_layout_derive()
59 fn test_kl13<T>(t: T) -> impl KnownLayout { in test_kl13()
639 KnownLayout, enumerator