pub type iselection = iselection_s;Aliased Type§
#[repr(C)]pub struct iselection {
pub selection_style: i32,
pub background_color: i32,
pub background_style: i32,
pub border_size: i32,
pub border_radius: i32,
pub indent_horizontal: i32,
pub indent_left: i32,
pub indent_right: i32,
}Fields§
§selection_style: i32§background_color: i32§background_style: i32§border_size: i32§border_radius: i32§indent_horizontal: i32§indent_left: i32§indent_right: i32