Searched defs:KnownLayout (Results 1 – 12 of 12) sorted by relevance
343 … unsafe impl<$(const $constvar : $constty,)? $($tyvar $(: ?$optbound)?)?> KnownLayout for $ty { impl378 unsafe impl<$($tyvar: ?Sized + KnownLayout)?> KnownLayout for $ty { impl
944 pub unsafe trait KnownLayout { trait965 unsafe impl<T: KnownLayout> KnownLayout for [T] { impl1259 fn try_from_ref(bytes: &[u8]) -> Option<&Self> in try_from_ref()6530 fn _test_kl05<T>(t: T) -> impl KnownLayout { in test_known_layout_derive()6540 fn _test_kl07<T: KnownLayout>(t: T) -> impl KnownLayout { in test_known_layout_derive()6678 fn _test_kl15<T: KnownLayout>(t: T) -> impl KnownLayout { in test_known_layout_derive()
944 pub unsafe trait KnownLayout { interface965 unsafe impl<T: KnownLayout> KnownLayout for [T] { impl1259 fn try_from_ref(bytes: &[u8]) -> Option<&Self> in try_from_ref()6530 fn _test_kl05<T>(t: T) -> impl KnownLayout { in test_known_layout_derive()6540 fn _test_kl07<T: KnownLayout>(t: T) -> impl KnownLayout { in test_known_layout_derive()6678 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