pub struct State { /* private fields */ }Implementations
sourceimpl State
impl State
pub fn new(table: &Table, flags: StateFlags) -> State
pub fn compose_table(&self) -> Table
pub fn feed(&mut self, keysym: Keysym) -> FeedResult
pub fn reset(&mut self)
pub fn status(&self) -> Status
pub fn utf8(&self) -> Option<String>
pub fn keysym(&self) -> Option<Keysym>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for State
impl !Send for State
impl !Sync for State
impl Unpin for State
impl UnwindSafe for State
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more