Searched refs:RawIdArray (Results 1 – 1 of 1) sorted by relevance
57 pub struct RawIdArray<T: RawDeviceId, const N: usize> { struct62 impl<T: RawDeviceId, const N: usize> RawIdArray<T, N> { argument72 raw_ids: RawIdArray<T, N>,118 raw_ids: RawIdArray {142 pub const fn raw_ids(&self) -> &RawIdArray<T, N> { in raw_ids()