#[repr(C)]pub struct iselection_s {
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: i32Trait Implementations§
Source§impl Clone for iselection_s
impl Clone for iselection_s
Source§fn clone(&self) -> iselection_s
fn clone(&self) -> iselection_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 iselection_s
impl Debug for iselection_s
impl Copy for iselection_s
Auto Trait Implementations§
impl Freeze for iselection_s
impl RefUnwindSafe for iselection_s
impl Send for iselection_s
impl Sync for iselection_s
impl Unpin for iselection_s
impl UnwindSafe for iselection_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