Trait stm32f103xx_hal::dma::Static
[−]
[src]
pub trait Static<B> {
fn borrow(&self) -> &B;
}
Required Methods
fn borrow(&self) -> &B
Implementors
impl<B> Static<B> for &'static Bimpl<B> Static<B> for &'static mut B