#[repr(C)]pub struct ImPlotNextItemData {Show 17 fields
pub Colors: [ImVec4; 5],
pub LineWeight: f32,
pub Marker: ImPlotMarker,
pub MarkerSize: f32,
pub MarkerWeight: f32,
pub FillAlpha: f32,
pub ErrorBarSize: f32,
pub ErrorBarWeight: f32,
pub DigitalBitHeight: f32,
pub DigitalBitGap: f32,
pub RenderLine: bool,
pub RenderFill: bool,
pub RenderMarkerLine: bool,
pub RenderMarkerFill: bool,
pub HasHidden: bool,
pub Hidden: bool,
pub HiddenCond: ImPlotCond,
}Fields§
§Colors: [ImVec4; 5]§LineWeight: f32§Marker: ImPlotMarker§MarkerSize: f32§MarkerWeight: f32§FillAlpha: f32§ErrorBarSize: f32§ErrorBarWeight: f32§DigitalBitHeight: f32§DigitalBitGap: f32§RenderLine: bool§RenderFill: bool§RenderMarkerLine: bool§RenderMarkerFill: bool§HasHidden: bool§Hidden: bool§HiddenCond: ImPlotCondTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImPlotNextItemData
impl RefUnwindSafe for ImPlotNextItemData
impl Send for ImPlotNextItemData
impl Sync for ImPlotNextItemData
impl Unpin for ImPlotNextItemData
impl UnwindSafe for ImPlotNextItemData
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