zerocopy
0.7.35
ByteSliceSealed
Implementations on Foreign Types
&'a [u8]
&'a mut [u8]
Ref<'a, [u8]>
RefMut<'a, [u8]>
Implementors
In zerocopy::sealed
Trait
zerocopy
::
sealed
::
ByteSliceSealed
Copy item path
source
·
[
−
]
pub trait ByteSliceSealed { }
Implementations on Foreign Types
§
source
§
impl<'a>
ByteSliceSealed
for &'a [
u8
]
source
§
impl<'a>
ByteSliceSealed
for &'a mut [
u8
]
source
§
impl<'a>
ByteSliceSealed
for
Ref
<'a, [
u8
]>
source
§
impl<'a>
ByteSliceSealed
for
RefMut
<'a, [
u8
]>
Implementors
§