Struct inkview_sys::c_api::itaskmgr_s [−][src]
#[repr(C)]pub struct itaskmgr_s {}Show fields
pub title_height: i32, pub title_font: *mut ifont, pub task_font: *mut ifont, pub task_title_font: *mut ifont, pub style: i32, pub profile_present: i32, pub profile_height: i32, pub profile_font: *mut ifont, pub shortcut_height: i32, pub shortcut_width: i32, pub shortcut_font: *mut ifont, pub task_height: i32, pub full_height: i32, pub full_width: i32, pub width: i32, pub height: i32, pub x: i32, pub y: i32, pub border_size: i32, pub indent_from_border: i32, pub bitmap: *mut *mut ibitmap, pub bitmap_count: i32, pub separator_size: i32, pub exit_button_indent: i32, pub background_style: i32, pub separator_color: i32, pub border_color: i32,
Fields
title_height: i32title_font: *mut ifonttask_font: *mut ifonttask_title_font: *mut ifontstyle: i32profile_present: i32profile_height: i32profile_font: *mut ifontshortcut_height: i32shortcut_width: i32shortcut_font: *mut ifonttask_height: i32full_height: i32full_width: i32width: i32height: i32x: i32y: i32border_size: i32indent_from_border: i32bitmap: *mut *mut ibitmapbitmap_count: i32separator_size: i32background_style: i32separator_color: i32border_color: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for itaskmgr_simpl !Send for itaskmgr_simpl !Sync for itaskmgr_simpl Unpin for itaskmgr_simpl UnwindSafe for itaskmgr_sBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V