Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/
Dconfig.rs32 fn try_from(cmd: u8) -> Result<Self, ()> { in try_from() method
163 fn try_from(cmd: u32) -> Result<Self, ()> { in try_from() method
258 fn try_from(cmd: u8) -> Result<Self, ()> { in try_from() method
/developtools/hdc/hdc_rust/src/tar/
Dheader.rs52 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() method
/developtools/hdc/hdc_rust/src/transfer/
Duart_wrapper.rs46 fn try_from(cmd: u8) -> Result<Self, ()> { in try_from() method