Struct raylib::ffi::Image [−][src]
#[repr(C)]pub struct Image {
pub data: *mut c_void,
pub width: i32,
pub height: i32,
pub mipmaps: i32,
pub format: i32,
}
Fields
data: *mut c_void
width: i32
height: i32
mipmaps: i32
format: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Image
impl UnwindSafe for Image
Blanket Implementations
Mutably borrows from an owned value. Read more