[][src]Trait rfc::core::slice::SliceCastOptions

pub trait SliceCastOptions: CastOptions + TransmuteOptions { }
🔬 This is a nightly-only experimental API. (cast)

🌟 Options for casting slices.

Slice casting transmutes the contents of the slice, and adjusts the slice's length as needed. All TransmuteOptions are SliceCastOptions.

Implementors

impl<Neglect: TransmuteOptions> SliceCastOptions for Neglect[src]

Loading content...