Home
last modified time | relevance | path

Searched defs:IdArray (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Ddevice_id.rs71 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> { implementation
147 impl<T: RawDeviceId + RawDeviceIdIndex, U, const N: usize> IdArray<T, U, N> { impl
176 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> { implementation