Searched defs:WeakBoxRef (Results  1 – 3 of 3) sorted by relevance
| /packages/modules/Bluetooth/system/rust/src/core/ | 
| D | shared_box.rs | 80 pub struct WeakBoxRef<'a, T: ?Sized>(&'a T, Weak<T>);  struct 82 impl<'a, T: ?Sized> WeakBoxRef<'a, T> {  implementation 90 impl<'a, T: ?Sized> Deref for WeakBoxRef<'a, T> {  implementation 98 impl<'a, T: ?Sized> Clone for WeakBoxRef<'a, T> {  implementation
  | 
| /packages/modules/Bluetooth/system/rust/src/gatt/server/ | 
| D | att_server_bearer.rs | 96 impl<T: AttDatabase + Clone + 'static> WeakBoxRef<'_, AttServerBearer<T>> {  implementation
  | 
| /packages/modules/Bluetooth/system/rust/src/ | 
| D | connection.rs | 140 impl WeakBoxRef<'_, ConnectionManager> {  impl
  |