Docs.rs
nativeshell-0.1.16
nativeshell 0.1.16
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
knopp
Dependencies
async-trait ^0.1.51
normal
diff ^0.1.12
normal
futures ^0.3.17
normal
libc ^0.2.94
normal
log ^0.4.13
normal
once_cell ^1.8.0
normal
serde ^1.0.119
normal
serde_bytes ^0.11.5
normal
serde_json ^1.0.59
normal
velcro ^0.5.3
normal
anyhow ^1.0.41
build
cargo-emit ^0.2.1
build
cc ^1.0
build
nativeshell_build ^0.1.1
build
serde ^1.0.119
build
serde_json ^1.0.59
build
cairo-rs ^0.14.0
normal
gdk ^0.14.0
normal
gdk-sys ^0.14.0
normal
gio ^0.14.0
normal
gio-sys ^0.14.0
normal
glib ^0.14.0
normal
glib-sys ^0.14.0
normal
gobject-sys ^0.14.0
normal
gtk ^0.14.0
normal
gtk-sys ^0.14.0
normal
percent-encoding ^2.1.0
normal
url ^2.2.1
normal
block ^0.1.6
normal
cocoa ^0.24
normal
core-foundation ^0.9
normal
core-graphics ^0.22
normal
dispatch ^0.2.0
normal
exec ^0.3.1
normal
objc ^0.2.7
normal
process_path ^0.1.3
normal
url ^2.2.1
normal
base64 ^0.13.0
normal
byte-slice-cast ^1.0.0
normal
const-cstr ^0.3.0
normal
detour ^0.8.0
normal
utf16_lit ^2.0.1
normal
widestring ^0.5.1
normal
windows ^0.28.0
normal
Versions
0.41%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
nativeshell
0.1.16
Keyboard
MapDelegate
Required Methods
keyboard_map_did_change
Implementors
In nativeshell::
shell
nativeshell
::
shell
Trait
KeyboardMapDelegate
Copy item path
Source
pub trait KeyboardMapDelegate { // Required method fn
keyboard_map_did_change
(&self); }
Required Methods
§
Source
fn
keyboard_map_did_change
(&self)
Implementors
§
Source
§
impl
KeyboardMapDelegate
for
KeyboardMapManager