Searched defs:try_from (Results 1 – 7 of 7) sorted by relevance
115 fn try_from(value: u32) -> Result<Self, Self::Error> { in try_from() method
94 fn try_from(value: u8) -> Result<Self> { in try_from() method
266 fn try_from(value: u32) -> Result<MsgFunction> { in try_from() method352 fn try_from(value: u32) -> Result<SeqBufOpcode> { in try_from() method
519 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
496 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
522 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
870 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from() method