Searched defs:Bar (Results 1 – 1 of 1) sorted by relevance
25 pub struct Bar<const SIZE: usize = 0> { struct31 impl<const SIZE: usize> Bar<SIZE> { argument102 impl Bar { implementation110 impl<const SIZE: usize> Drop for Bar<SIZE> { implementation116 impl<const SIZE: usize> Deref for Bar<SIZE> { implementation141 ) -> impl PinInit<Devres<Bar>, Error> + 'a { in iomap_region()