Struct glib_sys::GByteArray [] [src]

pub struct GByteArray {
    pub data: *mut u8,
    pub len: c_uint,
}

Fields