Trait zerocopy::sealed::ByteSliceSealed

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§