Searched defs:IdArray (Results 1 – 1 of 1) sorted by relevance
/rust/kernel/ |
A D | device_id.rs | 71 pub struct IdArray<T: RawDeviceId, U, const N: usize> { struct 72 raw_ids: RawIdArray<T, N>, argument 76 impl<T: RawDeviceId, U, const N: usize> IdArray<T, U, N> { impls 147 impl<T: RawDeviceId + RawDeviceIdIndex, U, const N: usize> IdArray<T, U, N> { implementation 176 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> { implementation
|
Completed in 2 milliseconds