Struct heapless::i::LinearMap [−][src]
pub struct LinearMap<A> { /* fields omitted */ }
Expand description
const-fn
version of LinearMap
Implementations
Auto Trait Implementations
impl<A> Send for LinearMap<A> where
A: Send,
impl<A> Sync for LinearMap<A> where
A: Sync,
impl<A> Unpin for LinearMap<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.