#[repr(C)]pub struct ImPlotTick {
pub PlotPos: f64,
pub PixelPos: f32,
pub LabelSize: ImVec2,
pub TextOffset: c_int,
pub Major: bool,
pub ShowLabel: bool,
pub Level: c_int,
pub Idx: c_int,
}Fields§
§PlotPos: f64§PixelPos: f32§LabelSize: ImVec2§TextOffset: c_int§Major: bool§ShowLabel: bool§Level: c_int§Idx: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImPlotTick
impl RefUnwindSafe for ImPlotTick
impl Send for ImPlotTick
impl Sync for ImPlotTick
impl Unpin for ImPlotTick
impl UnwindSafe for ImPlotTick
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