pub struct PixelImage {
pub width: u32,
pub height: u32,
pub pixels: Vec<u32>,
}When not using the image library, or if you just want to,
you can specify an image from its raw pixel data using this structure.
Width of the image in pixels
Height of the image in pixels
Pixels are 4 bytes each, one byte for each RGBA subpixel.
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static