Searched refs:try_from (Results 1 – 5 of 5) sorted by relevance
54 fn try_from(value: u8) -> Result<Self> { in try_from() method89 fn try_from(value: u8) -> Result<Self> { in try_from() method133 fn try_from(value: u8) -> Result<Self> { in try_from() method165 fn try_from(value: u8) -> Result<Self> { in try_from() method187 fn try_from(value: u8) -> Result<Self> { in try_from() method244 fn try_from(value: u8) -> Result<Self> { in try_from() method
30 Architecture::try_from( in architecture()41 .and_then(Chipset::try_from) in chipset()
44 fn try_from(value: u32) -> Result<Self, Self::Error> {117 fn try_from(value: u8) -> Result<Self> { in try_from() method
737 fn try_from(base: BiosImageBase) -> Result<Self> { in try_from() method772 BiosImage::try_from(self) in into_image()880 fn try_from(base: BiosImageBase) -> Result<Self> { in try_from() method
250 { |f| <$try_into_type>::try_from(f as $type) } $try_into_type =>
Completed in 12 milliseconds