Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Dlist.rs195 pub struct ListLinksSelfPtr<T: ?Sized, const ID: u64 = 0> { struct
205 // SAFETY: The fields of a ListLinksSelfPtr can be moved across thread boundaries. argument
206 unsafe impl<T: ?Sized + Send, const ID: u64> Send for ListLinksSelfPtr<T, ID> {} implementation
212 unsafe impl<T: ?Sized + Sync, const ID: u64> Sync for ListLinksSelfPtr<T, ID> {} implementation
214 impl<T: ?Sized, const ID: u64> ListLinksSelfPtr<T, ID> { impl