[−][src]Trait zerocopy::ByteSliceMut 
A mutable reference to a byte slice.
ByteSliceMut abstracts over various ways of storing a mutable reference to
a byte slice, and is implemented for various special reference types such as
RefMut<[u8]>.