Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dscatterlist.rs316 pub struct Owned<P> { struct
325 // SAFETY: `Owned` can be sent to any task if `P` can be send to any task. argument
326 unsafe impl<P: Send> Send for Owned<P> {} implementation
330 unsafe impl<P: Sync> Sync for Owned<P> {} implementation
332 impl<P> Owned<P> implementation
460 impl<P> Sealed for super::Owned<P> {} implementation