#[repr(C)]pub struct itaskmgr_s {Show 27 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: i32§title_font: *mut ifont§task_font: *mut ifont§task_title_font: *mut ifont§style: i32§profile_present: i32§profile_height: i32§profile_font: *mut ifont§shortcut_height: i32§shortcut_width: i32§shortcut_font: *mut ifont§task_height: i32§full_height: i32§full_width: i32§width: i32§height: i32§x: i32§y: i32§border_size: i32§indent_from_border: i32§bitmap: *mut *mut ibitmap§bitmap_count: i32§separator_size: i32§background_style: i32§separator_color: i32§border_color: i32Trait Implementations§
Source§impl Clone for itaskmgr_s
impl Clone for itaskmgr_s
Source§fn clone(&self) -> itaskmgr_s
fn clone(&self) -> itaskmgr_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for itaskmgr_s
impl Debug for itaskmgr_s
impl Copy for itaskmgr_s
Auto Trait Implementations§
impl Freeze for itaskmgr_s
impl RefUnwindSafe for itaskmgr_s
impl !Send for itaskmgr_s
impl !Sync for itaskmgr_s
impl Unpin for itaskmgr_s
impl UnwindSafe for itaskmgr_s
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more