Searched defs:Owned (Results 1 – 1 of 1) sorted by relevance
316 pub struct Owned<P> { global() struct 325 _pagesOwned global() argument 326 unsafe impl<P: Send> Send for Owned<P> {} global() implementation 330 unsafe impl<P: Sync> Sync for Owned<P> {} global() implementation 332 impl<P> Owned<P> global() implementation 460 impl<P> Sealed for super::Owned<P> {} global() implementation [all...]