Searched refs:RawIdArray (Results 1 – 1 of 1) sorted by relevance
48 pub struct RawIdArray<T: RawDeviceId, const N: usize> { struct53 impl<T: RawDeviceId, const N: usize> RawIdArray<T, N> { impl63 raw_ids: RawIdArray<T, N>,99 raw_ids: RawIdArray {113 pub const fn raw_ids(&self) -> &RawIdArray<T, N> { in raw_ids()