Docs.rs
smithay-client-toolkit-0.20.0
smithay-client-toolkit 0.20.0
Permalink
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
github:smithay:publishers
elinorbgr
Dependencies
bitflags ^2.4
normal
bytemuck ^1.13.0
normal
optional
calloop ^0.14.0
normal
optional
calloop-wayland-source ^0.4.0
normal
optional
cursor-icon ^1.2.0
normal
libc ^0.2.148
normal
log ^0.4
normal
memmap2 ^0.9.0
normal
rustix ^1.0.7
normal
thiserror ^2.0.12
normal
wayland-backend ^0.3.0
normal
wayland-client ^0.31.1
normal
wayland-csd-frame ^0.3.0
normal
wayland-cursor ^0.31.0
normal
wayland-protocols ^0.32.1
normal
wayland-protocols-experimental ^20250721.0.1
normal
wayland-protocols-misc ^0.3.6
normal
wayland-protocols-wlr ^0.3.1
normal
wayland-scanner ^0.31.0
normal
xkbcommon ^0.8.0
normal
optional
xkeysym ^0.2.0
normal
bytemuck ^1.13.0
dev
drm-fourcc ^2.2.0
dev
env_logger ^0.10
dev
font-kit ^0.11.0
dev
image ^0.24
dev
pollster ^0.3.0
dev
raqote ^0.8.2
dev
raw-window-handle ^0.6.0
dev
wgpu ^0.19.0
dev
pkg-config ^0.3
build
optional
Versions
55.14%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
smithay_
client_
toolkit
0.20.0
ShmHandler
Required Methods
shm_state
Implementors
In smithay_
client_
toolkit::
shm
smithay_client_toolkit
::
shm
Trait
ShmHandler
Copy item path
Source
pub trait ShmHandler { // Required method fn
shm_state
(&mut self) -> &mut
Shm
; }
Required Methods
§
Source
fn
shm_state
(&mut self) -> &mut
Shm
Implementors
§