Home
last modified time | relevance | path

Searched defs:PtrComponents (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ptr/
H A Dmetadata.rs153 struct PtrComponents<T: ?Sized> { struct
160 impl<T: ?Sized> Copy for PtrComponents<T> {} implementation
164 impl<T: ?Sized> Clone for PtrComponents<T> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ptr/
H A Dmetadata.rs153 struct PtrComponents<T: ?Sized> { struct
160 impl<T: ?Sized> Copy for PtrComponents<T> {} argument
164 impl<T: ?Sized> Clone for PtrComponents<T> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/ptr_meta/src/
Dlib.rs144 pub(crate) struct PtrComponents<T: Pointee + ?Sized> { struct
149 impl<T: Pointee + ?Sized> Clone for PtrComponents<T> { implementation
158 impl<T: Pointee + ?Sized> Copy for PtrComponents<T> {} implementation
/aosp_15_r20/external/rust/crates/ptr_meta/src/
Dlib.rs144 pub(crate) struct PtrComponents<T: Pointee + ?Sized> { struct
149 impl<T: Pointee + ?Sized> Clone for PtrComponents<T> { implementation
158 impl<T: Pointee + ?Sized> Copy for PtrComponents<T> {} implementation