#[repr(C)]pub struct wxd_DataViewItemAttr_t {
pub has_text_colour: bool,
pub text_colour_red: c_uchar,
pub text_colour_green: c_uchar,
pub text_colour_blue: c_uchar,
pub text_colour_alpha: c_uchar,
pub has_bg_colour: bool,
pub bg_colour_red: c_uchar,
pub bg_colour_green: c_uchar,
pub bg_colour_blue: c_uchar,
pub bg_colour_alpha: c_uchar,
pub bold: bool,
pub italic: bool,
}Fields§
§has_text_colour: bool§text_colour_red: c_uchar§text_colour_green: c_uchar§text_colour_blue: c_uchar§text_colour_alpha: c_uchar§has_bg_colour: bool§bg_colour_red: c_uchar§bg_colour_green: c_uchar§bg_colour_blue: c_uchar§bg_colour_alpha: c_uchar§bold: bool§italic: boolTrait Implementations§
Source§impl Clone for wxd_DataViewItemAttr_t
impl Clone for wxd_DataViewItemAttr_t
Source§fn clone(&self) -> wxd_DataViewItemAttr_t
fn clone(&self) -> wxd_DataViewItemAttr_t
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 wxd_DataViewItemAttr_t
impl Debug for wxd_DataViewItemAttr_t
impl Copy for wxd_DataViewItemAttr_t
Auto Trait Implementations§
impl Freeze for wxd_DataViewItemAttr_t
impl RefUnwindSafe for wxd_DataViewItemAttr_t
impl Send for wxd_DataViewItemAttr_t
impl Sync for wxd_DataViewItemAttr_t
impl Unpin for wxd_DataViewItemAttr_t
impl UnwindSafe for wxd_DataViewItemAttr_t
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