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