#[repr(C)]pub struct nk_chart {
pub slot: c_int,
pub x: f32,
pub y: f32,
pub w: f32,
pub h: f32,
pub slots: [nk_chart_slot; 4],
}Fields§
§slot: c_int§x: f32§y: f32§w: f32§h: f32§slots: [nk_chart_slot; 4]Trait Implementations§
impl Copy for nk_chart
Auto Trait Implementations§
impl Freeze for nk_chart
impl RefUnwindSafe for nk_chart
impl Send for nk_chart
impl Sync for nk_chart
impl Unpin for nk_chart
impl UnwindSafe for nk_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