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 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.