Home
last modified time | relevance | path

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

/rust/kernel/
A Dxarray.rs56 pub struct XArray<T: ForeignOwnable> { struct
63 impl<T: ForeignOwnable> PinnedDrop for XArray<T> { implementation
87 impl<T: ForeignOwnable> XArray<T> { impls
272 unsafe impl<T: ForeignOwnable + Send> Send for XArray<T> {} implementation
276 unsafe impl<T: ForeignOwnable + Send> Sync for XArray<T> {} implementation

Completed in 5 milliseconds