[−][src]Trait smallvec::Array
Types that can be used as the backing store for a SmallVec
Associated Types
Loading content...Required methods
pub fn size() -> usize
[src]
Returns the number of items the array can hold.
pub fn ptr(&self) -> *const Self::Item
[src]
Returns a pointer to the first element of the array.
pub fn ptr_mut(&mut self) -> *mut Self::Item
[src]
Returns a mutable pointer to the first element of the array.