pub struct IbusParser { /* private fields */ }Implementations§
Source§impl IbusParser
impl IbusParser
pub fn new() -> Self
pub fn parse_byte(&mut self, byte: u8) -> Option<IbusMessage>
Auto Trait Implementations§
impl Freeze for IbusParser
impl RefUnwindSafe for IbusParser
impl Send for IbusParser
impl Sync for IbusParser
impl Unpin for IbusParser
impl UnwindSafe for IbusParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more