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