Searched refs:BusRange (Results 1 – 2 of 2) sorted by relevance
/external/crosvm/devices/src/ |
D | bus.rs | 121 pub struct BusRange { struct 126 impl BusRange { impl 138 impl Eq for BusRange {} implementation 140 impl PartialEq for BusRange { implementation 141 fn eq(&self, other: &BusRange) -> bool { in eq() 146 impl Ord for BusRange { implementation 147 fn cmp(&self, other: &BusRange) -> Ordering { in cmp() 152 impl PartialOrd for BusRange { implementation 153 fn partial_cmp(&self, other: &BusRange) -> Option<Ordering> { in partial_cmp() 173 devices: BTreeMap<BusRange, BusDeviceEntry>, [all …]
|
D | lib.rs | 34 pub use self::bus::{Bus, BusAccessInfo, BusDevice, BusDeviceSync, BusRange, BusResumeDevice};
|