Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dlist.rs251 pub struct ListLinks<const ID: u64 = 0> { struct
254 inner: Opaque<ListLinksFields>, argument
260 unsafe impl<const ID: u64> Send for ListLinks<ID> {} implementation
263 unsafe impl<const ID: u64> Sync for ListLinks<ID> {} implementation
265 impl<const ID: u64> ListLinks<ID> { impl