Searched defs:RelaxedMmio (Results 1 – 1 of 1) sorted by relevance
1248 pub struct RelaxedMmio<'a, T: ?Sized>(Mmio<'a, T>); struct1250 impl<T: ?Sized> Copy for RelaxedMmio<'_, T> {} implementation1251 impl<T: ?Sized> Clone for RelaxedMmio<'_, T> { implementation1279 impl<'a, T: ?Sized + KnownSize> IoBase<'a> for RelaxedMmio<'a, T> { implementation