Searched defs:IdArray (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/rust/kernel/ |
D | device_id.rs | 62 pub struct IdArray<T: RawDeviceId, U, const N: usize> { struct 63 raw_ids: RawIdArray<T, N>, argument 67 impl<T: RawDeviceId, U, const N: usize> IdArray<T, U, N> { implementation 135 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> { implementation
|