#[repr(C)]pub struct GLFWimage { pub width: c_int, pub height: c_int, pub pixels: *const c_uchar, }
Pixels are 4-bytes each, RGBA
width: c_int
height: c_int
pixels: *const c_uchar
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion.
The type returned in the event of a conversion error.