Trait Static
stm32f103xx_hal::dma
pub trait Static<B: ?Sized> { fn borrow(&self) -> &B; }
fn borrow(&self) -> &B
impl<B: ?Sized> Static<B> for &'static B
impl<B: ?Sized> Static<B> for &'static mut B