Searched defs:DeviceTreeComponent (Results 1 – 1 of 1) sorted by relevance
60 pub struct DeviceTreeComponent<'a> { struct62 pub source: DeviceTreeComponentSource, argument71 components: ArrayVec<DeviceTreeComponent<'a>, MAXIMUM_DEVICE_TREE_COMPONENTS>, argument78 impl<'a> DeviceTreeComponent<'a> { impl