Home
last modified time | relevance | path

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

/external/rust/crates/bytemuck/src/
Dallocation.rs696 pub struct BoxBytes { struct
703 impl Deref for BoxBytes { argument
714 impl DerefMut for BoxBytes { implementation
723 impl Drop for BoxBytes { implementation
730 impl<T: NoUninit> From<Box<T>> for BoxBytes { implementation
742 pub fn box_bytes_of<T: NoUninit>(input: Box<T>) -> BoxBytes { in box_bytes_of()
764 pub fn try_from_box_bytes<T: AnyBitPattern>( in try_from_box_bytes()
766 ) -> Result<Box<T>, (PodCastError, BoxBytes)> { in try_from_box_bytes() argument
779 impl BoxBytes { impl