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: i32exit_button_indent: i32background_style: i32separator_color: i32border_color: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.