Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/
Dconfig.rs32 fn try_from(cmd: u8) -> Result<Self, ()> { in try_from() method
157 fn try_from(cmd: u32) -> Result<Self, ()> { in try_from() method
252 fn try_from(cmd: u8) -> Result<Self, ()> { in try_from() method
/developtools/hdc/hdc_rust/src/transfer/
Duart_wrapper.rs43 fn try_from(cmd: u8) -> Result<Self, ()> { in try_from() method