Expand description
The MIT-SHM
X extension.
Accessible with the shm
cargo feature.
Structs§
- The
Attach
request. - The
AttachFd
request. - The
CompletionEvent
event. - The
CreatePixmap
request. - The
CreateSegment
request. - Cookie type for CreateSegment.
- Unchecked cookie type for CreateSegment.
- Reply type for CreateSegment.
- The
Detach
request. - The
GetImage
request. - Cookie type for GetImage.
- Unchecked cookie type for GetImage.
- Reply type for GetImage.
- The
PutImage
request. - The
QueryVersion
request. - Cookie type for QueryVersion.
- Unchecked cookie type for QueryVersion.
- Reply type for QueryVersion.
Enums§
- Unified error type for the Shm extension
- Unified event type for the Shm extension
Constants§
- The major version of the
Shm
extension. - The minor version of the
Shm
extension. - The version string of the
Shm
extension. - The official identifier for the
Shm
extension.
Functions§
- Fetch server runtime info data of the
Shm
extension. - Prefetch server runtime info data of the
Shm
extension.
Type Aliases§
- The
BadSegError
error.