Searched refs:from_u8 (Results 1 – 3 of 3) sorted by relevance
772 return <Self as FromPrimitive>::from_u8(x).ok_or(SystemError::EINVAL); in try_from()
675 pub fn from_u8(num: u8) -> EchoOperation { in from_u8() method
1261 if EchoOperation::from_u8(c) == EchoOperation::Start { in echoes()1268 let op = EchoOperation::from_u8(self.echo_buf[ntty_buf_mask(tail + 1)]); in echoes()