BoxBytes
Of
bytemuck
1.22.0
BoxBytes
Of
Required Methods
box_bytes_of
Implementations on Foreign Types
[T]
str
Implementors
In bytemuck::
allocation::
sealed
Traits
BoxBytesOf
FromBoxBytes
bytemuck
::
allocation
::
sealed
Trait
BoxBytesOf
Copy item path
Settings
Help
Summary
Source
pub trait BoxBytesOf { // Required method fn
box_bytes_of
(self:
Box
<Self>) ->
BoxBytes
; }
Required Methods
§
Source
fn
box_bytes_of
(self:
Box
<Self>) ->
BoxBytes
Implementations on Foreign Types
§
Source
§
impl
BoxBytesOf
for
str
Source
§
fn
box_bytes_of
(self:
Box
<Self>) ->
BoxBytes
Source
§
impl<T:
NoUninit
>
BoxBytesOf
for
[T]
Source
§
fn
box_bytes_of
(self:
Box
<Self>) ->
BoxBytes
Implementors
§
Source
§
impl<T:
NoUninit
>
BoxBytesOf
for T