Struct inkview_sys::c_api::icontext_menu_properties_s[][src]

#[repr(C)]
pub struct icontext_menu_properties_s {
Show fields pub font_normal: *mut ifont, pub font_selected: *mut ifont, pub font_disabled: *mut ifont, pub background_color_normal: i32, pub background_color_disabled: i32, pub blackout: i32, pub item_height: i32, pub item_border_indent_horizontal: i32, pub separator_indent_horizontal: i32, pub separator_indent_vertical: i32, pub separator_height: i32, pub separator_style: i32, pub separator_color: i32, pub separator_frequency: i32, pub marker_height: i32, pub marker_indent_horizontal: i32, pub marker_style: i32, pub marker_color: i32, pub border_size: i32, pub border_radius: i32, pub title_height: i32, pub enable_pointer: i32, pub font_normal_color: i32, pub font_selected_color: i32, pub font_disabled_color: i32, pub bullet_show: i32, pub bullet_style: i32, pub item_border_indent_vertical: i32, pub background_style: i32,
}

Fields

font_normal: *mut ifontfont_selected: *mut ifontfont_disabled: *mut ifontbackground_color_normal: i32background_color_disabled: i32blackout: i32item_height: i32item_border_indent_horizontal: i32separator_indent_horizontal: i32separator_indent_vertical: i32separator_height: i32separator_style: i32separator_color: i32separator_frequency: i32marker_height: i32marker_indent_horizontal: i32marker_style: i32marker_color: i32border_size: i32border_radius: i32title_height: i32enable_pointer: i32font_normal_color: i32font_selected_color: i32font_disabled_color: i32bullet_show: i32bullet_style: i32item_border_indent_vertical: i32background_style: 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.