Trait as_slice::AsSlice [−][src]
Something that can be seen as an immutable slice
NOTE: This trait is implemented for arrays ([T; N]) of sizes 0 to 256
(inclusive) and arrays whose lengths are a power of 2 up to 1 << 16. These
implementations don’t show in the documentation because they would reduce
readability.
Associated Types
Loading content...Required methods
Loading content...Implementations on Foreign Types
impl<T, N> AsSlice for GenericArray<T, N> where
N: ArrayLength<T>, [src]
N: ArrayLength<T>,
impl<T, N> AsSlice for GenericArray<T, N> where
N: ArrayLength<T>, [src]
N: ArrayLength<T>,
impl<T, N> AsSlice for GenericArray<T, N> where
N: ArrayLength<T>, [src]
Loading content...N: ArrayLength<T>,
Implementors
impl<'a, S: ?Sized> AsSlice for &'a S where
S: AsSlice, [src]
S: AsSlice,
impl<'a, S: ?Sized> AsSlice for &'a mut S where
S: AsSlice, [src]
S: AsSlice,