[−][src]Trait hid_io::module::unicode::UnicodeOutput
Functions that can be called in a cross platform manner
Functions that can be called in a cross platform manner
fn get_layout(&self) -> String
fn set_layout(&self, layout: &str)
fn type_string(&mut self, string: &str)
fn press_symbol(&mut self, c: char, state: bool)
fn get_held(&mut self) -> Vec<char>
fn set_held(&mut self, string: &str)
impl UnicodeOutput for StubOutput
[src]fn get_layout(&self) -> String
[src]fn set_layout(&self, _layout: &str)
[src]fn type_string(&mut self, _string: &str)
[src]fn press_symbol(&mut self, _c: char, _state: bool)
[src]fn get_held(&mut self) -> Vec<char>
[src]fn set_held(&mut self, _string: &str)
[src]impl UnicodeOutput for XConnection
[src]fn get_layout(&self) -> String
[src]fn set_layout(&self, layout: &str)
[src]fn type_string(&mut self, string: &str)
[src]fn press_symbol(&mut self, c: char, press: bool)
[src]fn get_held(&mut self) -> Vec<char>
[src]fn set_held(&mut self, string: &str)
[src]