pub type usershape_t = usershape_s;Aliased Type§
#[repr(C)]pub struct usershape_t {Show 16 fields
pub link: _dtlink_s,
pub name: *const i8,
pub macro_id: i32,
pub must_inline: u8,
pub nocache: u8,
pub f: *mut __BindgenOpaqueArray<u32, 37>,
pub type_: u32,
pub stringtype: *mut i8,
pub x: i32,
pub y: i32,
pub w: i32,
pub h: i32,
pub dpi: i32,
pub data: *mut c_void,
pub datasize: usize,
pub datafree: Option<unsafe extern "C" fn(*mut usershape_s)>,
}Fields§
§link: _dtlink_s§name: *const i8§macro_id: i32§must_inline: u8§nocache: u8§f: *mut __BindgenOpaqueArray<u32, 37>§type_: u32§stringtype: *mut i8§x: i32§y: i32§w: i32§h: i32§dpi: i32§data: *mut c_void§datasize: usize§datafree: Option<unsafe extern "C" fn(*mut usershape_s)>