#[repr(C)]pub struct icontext_menu_properties_s {Show 29 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 ifont§font_selected: *mut ifont§font_disabled: *mut ifont§background_color_normal: i32§background_color_disabled: i32§blackout: i32§item_height: i32§item_border_indent_horizontal: i32§separator_indent_horizontal: i32§separator_indent_vertical: i32§separator_height: i32§separator_style: i32§separator_color: i32§separator_frequency: i32§marker_height: i32§marker_indent_horizontal: i32§marker_style: i32§marker_color: i32§border_size: i32§border_radius: i32§title_height: i32§enable_pointer: i32§font_normal_color: i32§font_selected_color: i32§font_disabled_color: i32§bullet_show: i32§bullet_style: i32§item_border_indent_vertical: i32§background_style: i32Trait Implementations§
Source§fn clone(&self) -> icontext_menu_properties_s
fn clone(&self) -> icontext_menu_properties_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 moreAuto Trait Implementations§
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