Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Ddevice_id.rs48 pub struct RawIdArray<T: RawDeviceId, const N: usize> { struct
53 impl<T: RawDeviceId, const N: usize> RawIdArray<T, N> { implementation