Searched refs:RawType (Results 1 – 3 of 3) sorted by relevance
37 type RawType: Copy; typedef49 ids: [T::RawType; N],50 sentinel: MaybeUninit<T::RawType>,72 let mut raw_ids = [const { MaybeUninit::<T::RawType>::uninit() }; N];126 fn as_ptr(&self) -> *const T::RawType; in as_ptr() argument129 fn id(&self, index: usize) -> &T::RawType; in id() argument136 fn as_ptr(&self) -> *const T::RawType { in as_ptr() argument142 fn id(&self, index: usize) -> &T::RawType { in id() argument
20 type RawType = bindings::of_device_id; typedef
167 type RawType = bindings::pci_device_id; typedef