#[repr(C)]pub struct Struct_imagedata {
pub depth: c_int,
pub width: c_int,
pub height: c_int,
pub cmapsize: c_int,
pub cmap: *mut rgb,
pub pixels: *mut GAbyte,
}
Fields§
§depth: c_int
§width: c_int
§height: c_int
§cmapsize: c_int
§cmap: *mut rgb
§pixels: *mut GAbyte
Trait Implementations§
Source§impl Clone for Struct_imagedata
impl Clone for Struct_imagedata
Source§impl Default for Struct_imagedata
impl Default for Struct_imagedata
impl Copy for Struct_imagedata
Auto Trait Implementations§
impl Freeze for Struct_imagedata
impl RefUnwindSafe for Struct_imagedata
impl !Send for Struct_imagedata
impl !Sync for Struct_imagedata
impl Unpin for Struct_imagedata
impl UnwindSafe for Struct_imagedata
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more