Byte
Slice
Sealed
zerocopy
0.7.35
Byte
Slice
Sealed
Implementations on Foreign Types
&'a [u8]
&'a mut [u8]
Ref<'a, [u8]>
RefMut<'a, [u8]>
Implementors
In zerocopy::
sealed
Traits
ByteSliceSealed
zerocopy
::
sealed
Trait
ByteSliceSealed
Copy item path
Settings
Help
Summary
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
§