Struct heapless::i::Vec [−][src]
pub struct Vec<A> { /* fields omitted */ }
Expand description
const-fn
version of Vec
Implementations
Auto Trait Implementations
impl<A> Send for Vec<A> where
A: Send,
impl<A> Sync for Vec<A> where
A: Sync,
impl<A> Unpin for Vec<A> where
A: Unpin,
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.