Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/core/
Dshared_box.rs18 pub struct SharedBox<T: ?Sized>(Rc<T>); struct
20 impl<T> SharedBox<T> { implementation
43 impl<T> From<T> for SharedBox<T> { implementation
49 impl<T> Deref for SharedBox<T> { implementation
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs331 impl SharedBox<GattDatabase> { implementation