Struct gdk_pixbuf_sys::GdkPixdata [] [src]

#[repr(C)]
pub struct GdkPixdata { pub magic: u32, pub length: i32, pub pixdata_type: u32, pub rowstride: u32, pub width: u32, pub height: u32, pub pixel_data: *mut u8, }

Fields

Trait Implementations

impl Debug for GdkPixdata
[src]

[src]

Formats the value using the given formatter.