Searched defs:XArray (Results 1 – 2 of 2) sorted by relevance
56 pub struct XArray<T: ForeignOwnable> { struct 63 impl<T: ForeignOwnable> PinnedDrop for XArray<T> { implementation 87 impl<T: ForeignOwnable> XArray<T> { implementation 272 unsafe impl<T: ForeignOwnable + Send> Send for XArray<T> {} global() implementation 276 unsafe impl<T: ForeignOwnable + Send> Sync for XArray<T> {} global() implementation [all...]
18 XArray title