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 TMutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> TPerforms the conversion.
pub fn into(self) -> U
pub fn into(self) -> UPerforms the conversion.