Trait byte_slice_cast::ToMutByteSlice [−][src]
Trait for converting from a mutable slice of a fundamental, built-in numeric type to a mutable byte slice.
This trait is an implementation detail. Use the AsMutByteSlice
trait.
Required methods
fn to_mut_byte_slice<T: AsMut<[Self]> + ?Sized>(slice: &mut T) -> &mut [u8]
[src]
Convert from a mutable slice of a fundamental, built-in numeric type to a mutable byte slice