[−][src]Trait rfc::core::slice::SafeSliceCastOptions
🔬 This is a nightly-only experimental API. (
cast
)🌟 Safe options for casting slices.
Slice casting transmutes the contents of the slice, and adjusts the slice's length as needed. All SafeTransmuteOptions are SafeSliceCastOptions.