Searched defs:try_from (Results 1 – 7 of 7) sorted by relevance
308 fn try_from( in try_from() method346 fn try_from(raw: RawRepr) -> Result<AlignRepr<Pcked>, FromRawReprError<UnsupportedReprError>> { in try_from() method631 pub(super) fn try_from<E, U>( in try_from() method
115 fn try_from(value: u32) -> Result<Self, Self::Error> { in try_from() method
572 fn try_from(value: Bounded<u64, 4>) -> Result<Self, Self::Error> { in try_from() method
563 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
503 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { try_from() method
523 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
889 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { try_from() method