Home
last modified time | relevance | path

Searched defs:BoxBytes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/src/
Dallocation.rs746 pub struct BoxBytes { struct
754 impl Deref for BoxBytes { argument
765 impl DerefMut for BoxBytes { implementation
774 impl Drop for BoxBytes { implementation
784 impl<T: ?Sized + sealed::BoxBytesOf> From<Box<T>> for BoxBytes { implementation
795 fn box_bytes_of(self: Box<Self>) -> BoxBytes; in box_bytes_of()
800 bytes: BoxBytes, in try_from_box_bytes()
801 ) -> Result<Box<Self>, (PodCastError, BoxBytes)>; in try_from_box_bytes() argument
806 fn box_bytes_of(self: Box<Self>) -> BoxBytes { in box_bytes_of()
816 fn box_bytes_of(self: Box<Self>) -> BoxBytes { in box_bytes_of()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/src/
H A Dallocation.rs696 pub struct BoxBytes { struct
703 impl Deref for BoxBytes { implementation
714 impl DerefMut for BoxBytes { implementation
723 impl Drop for BoxBytes { implementation
730 impl<T: ?Sized + sealed::BoxBytesOf> From<Box<T>> for BoxBytes { implementation
741 fn box_bytes_of(self: Box<Self>) -> BoxBytes; in box_bytes_of()
746 bytes: BoxBytes, in try_from_box_bytes()
747 ) -> Result<Box<Self>, (PodCastError, BoxBytes)>; in try_from_box_bytes() argument
752 fn box_bytes_of(self: Box<Self>) -> BoxBytes { in box_bytes_of()
762 fn box_bytes_of(self: Box<Self>) -> BoxBytes { in box_bytes_of()
[all …]