Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/rust/src/
Dadv.rs28 pub struct CommonDataTypeCode(u8); struct
30 impl From<CommonDataType> for CommonDataTypeCode { implementation
87 impl From<u8> for CommonDataTypeCode { implementation
369 type_code: impl Into<CommonDataTypeCode>, in append()