Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dlist.rs143 pub struct List<T: ?Sized + ListItem<ID>, const ID: u64 = 0> { global() struct
144 firstList global() argument
145 _tyList global() argument
150 unsafe impl<T, const ID: u64> Send for List<T, ID> global() implementation
158 unsafe impl<T, const ID: u64> Sync for List<T, ID> global() implementation
346 impl<T: ?Sized + ListItem<ID>, const ID: u64> List<T, ID> { global() implementation
628 impl<T: ?Sized + ListItem<ID>, const ID: u64> Default for List<T, ID> { global() implementation
634 impl<T: ?Sized + ListItem<ID>, const ID: u64> Drop for List<T, ID> { global() implementation
1046 impl<'a, T: ?Sized + ListItem<ID>, const ID: u64> IntoIterator for &'a List<T, ID> { global() implementation
1076 impl<T: ?Sized + ListItem<ID>, const ID: u64> IntoIterator for List<T, ID> { global() implementation
[all...]