Searched defs:try_from (Results 1 – 6 of 6) 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
117 fn try_from(value: u8) -> Result<Self> { in try_from() method
737 fn try_from(base: BiosImageBase) -> Result<Self> { in try_from() method880 fn try_from(base: BiosImageBase) -> Result<Self> { in try_from() method
321 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
484 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
948 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from() method