Searched refs:try_from (Results 1 – 3 of 3) sorted by relevance
298 let num = i32::try_from(num)?; in new()484 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
390 CString::try_from(self) in to_cstring()948 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from() method
321 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
Completed in 10 milliseconds