#[repr(C)]pub struct nk_style_chart {
pub background: nk_style_item,
pub border_color: nk_color,
pub selected_color: nk_color,
pub color: nk_color,
pub border: f32,
pub rounding: f32,
pub padding: nk_vec2,
}Fields§
§background: nk_style_item§border_color: nk_color§selected_color: nk_color§color: nk_color§border: f32§rounding: f32§padding: nk_vec2Trait Implementations§
Source§impl Clone for nk_style_chart
impl Clone for nk_style_chart
Source§fn clone(&self) -> nk_style_chart
fn clone(&self) -> nk_style_chart
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 Default for nk_style_chart
impl Default for nk_style_chart
impl Copy for nk_style_chart
Auto Trait Implementations§
impl Freeze for nk_style_chart
impl RefUnwindSafe for nk_style_chart
impl !Send for nk_style_chart
impl !Sync for nk_style_chart
impl Unpin for nk_style_chart
impl UnwindSafe for nk_style_chart
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