Home
last modified time | relevance | path

Searched defs:KnownLayout (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/
Dmacros.rs343 … unsafe impl<$(const $constvar : $constty,)? $($tyvar $(: ?$optbound)?)?> KnownLayout for $ty { impl
378 unsafe impl<$($tyvar: ?Sized + KnownLayout)?> KnownLayout for $ty { impl
Dlib.rs944 pub unsafe trait KnownLayout { trait
965 unsafe impl<T: KnownLayout> KnownLayout for [T] { impl
1259 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()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dmacros.rs343 … unsafe impl<$(const $constvar : $constty,)? $($tyvar $(: ?$optbound)?)?> KnownLayout for $ty { impl
378 unsafe impl<$($tyvar: ?Sized + KnownLayout)?> KnownLayout for $ty { impl
Dlib.rs944 pub unsafe trait KnownLayout { interface
965 unsafe impl<T: KnownLayout> KnownLayout for [T] { impl
1259 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()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-nightly/
Dmid_compile_pass.rs59 fn test_kl13<T>(t: T) -> impl KnownLayout { in test_kl13()
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-msrv/
Dmid_compile_pass.rs59 fn test_kl13<T>(t: T) -> impl KnownLayout { in test_kl13()
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-stable/
Dmid_compile_pass.rs59 fn test_kl13<T>(t: T) -> impl KnownLayout { in test_kl13()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-msrv/
Dmid_compile_pass.rs59 fn test_kl13<T>(t: T) -> impl KnownLayout { in test_kl13()
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-nightly/
Dmid_compile_pass.rs59 fn test_kl13<T>(t: T) -> impl KnownLayout { in test_kl13()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-stable/
Dmid_compile_pass.rs59 fn test_kl13<T>(t: T) -> impl KnownLayout { in test_kl13()
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/src/
Dlib.rs639 KnownLayout, enumerator
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/src/
Dlib.rs639 KnownLayout, enumerator