[][src]Trait stm32f1xx_hal::dma::Static

pub trait Static<B> {
    fn borrow(&self) -> &B;
}

Required methods

fn borrow(&self) -> &B

Loading content...

Implementors

impl<B> Static<B> for &'static B[src]

impl<B> Static<B> for &'static mut B[src]

Loading content...