Struct cmsis_pack::pdsc::Devices
source · pub struct Devices(pub HashMap<String, Device>);Tuple Fields§
§0: HashMap<String, Device>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Devices
impl Send for Devices
impl Sync for Devices
impl Unpin for Devices
impl UnwindSafe for Devices
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more