Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dlist.rs300 pub struct ListLinksSelfPtr<T: ?Sized, const ID: u64 = 0> { global() struct
310 self_ptrListLinksSelfPtr global() argument
311 unsafe impl<T: ?Sized + Send, const ID: u64> Send for ListLinksSelfPtr<T, ID> {} global() implementation
317 unsafe impl<T: ?Sized + Sync, const ID: u64> Sync for ListLinksSelfPtr<T, ID> {} global() implementation
319 impl<T: ?Sized, const ID: u64> ListLinksSelfPtr<T, ID> { global() implementation
[all...]