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