Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs572 pub struct DisplayUuid<'a>(pub &'a Uuid); struct
573 impl<'a> Display for DisplayUuid<'a> { implementation