Searched defs:BoxBytes (Results 1 – 1 of 1) sorted by relevance
696 pub struct BoxBytes { struct703 impl Deref for BoxBytes { argument714 impl DerefMut for BoxBytes { implementation723 impl Drop for BoxBytes { implementation730 impl<T: NoUninit> From<Box<T>> for BoxBytes { implementation742 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() argument779 impl BoxBytes { impl