Searched refs:from_u16 (Results 1 – 3 of 3) sorted by relevance
53 pub fn from_u16(val: u16) -> Result<Self, &'static str> { in from_u16() method
705 match <Self as FromPrimitive>::from_u16(value) { in try_from()
1097 return <Self as FromPrimitive>::from_u16(x).ok_or_else(|| SystemError::EINVAL); in try_from()