Searched refs:first (Results 1 – 3 of 3) sorted by relevance
| /rust/kernel/ |
| A D | list.rs | 144 first: *mut ListLinksFields, field 357 self.first.is_null() in is_empty() 394 self.first = item; in insert_inner() 429 self.first = new_elem; in push_front() 574 self.first = other.first; in push_all_back() 602 next: self.first, in cursor_front() 622 stop: self.first, in iter() 837 let first = self.list.first; in prev_ptr() 838 if next == first { in prev_ptr() 846 next = first; in prev_ptr() [all …]
|
| /rust/pin-init/src/ |
| A D | lib.rs | 1656 ($first:ident, $($t:ident),* $(,)?) => { 1658 unsafe impl<$first: Zeroable, $($t: Zeroable),*> Zeroable for ($first, $($t),*) {}
|
| /rust/pin-init/ |
| A D | README.md | 24 in direct conflict with Rust's normal process of first initializing an object and then moving 199 // Enabling has failed, first clean up the foo and then return the error.
|
Completed in 17 milliseconds