Docs.rs
rich-sdl2-rust-0.12.1
rich-sdl2-rust 0.12.1
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
MikuroXina
Dependencies
ash ^0.37.2
normal
bitflags ^1.3.2
normal
once_cell ^1.13.0
normal
raw-window-handle ^0.3.4
normal
rich-sdl2-rust-sys ^0.2.7
normal
static_assertions ^1.1.0
normal
typed-builder ^0.11.0
normal
Versions
100%
of the crate is documented
Go to latest version
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
☰
Module surface
Modules
Structs
Traits
?
Module
rich_sdl2_rust
::
surface
source
·
[
−
]
Expand description
Surface, providing flexible modification for the pixels.
Modules
alpha
Alpha modification for a
Surface
.
blend
Blending for a
Surface
.
bmp
Bitmap texture as a
Surface
.
clipped
Clipping an area of a
Surface
.
cloned
Cloning a
Surface
.
color
Color modification for a
Surface
.
owned
Owned surface, created from raw pixel data.
rle
RLE (Run-Length Encoding) acceleration for a
Surface
.
window
A window treating as a
Surface
.
Structs
RawSurface
Traits
Surface
A trait that provides flexible modification methods.