#[repr(C)]pub struct ImPlotTick_c {
pub PlotPos: f64,
pub PixelPos: f32,
pub LabelSize: ImVec2_c,
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_c§TextOffset: c_int§Major: bool§ShowLabel: bool§Level: c_int§Idx: c_intTrait Implementations§
Source§impl Clone for ImPlotTick_c
impl Clone for ImPlotTick_c
Source§fn clone(&self) -> ImPlotTick_c
fn clone(&self) -> ImPlotTick_c
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 ImPlotTick_c
impl Debug for ImPlotTick_c
Source§impl Default for ImPlotTick_c
impl Default for ImPlotTick_c
Source§fn default() -> ImPlotTick_c
fn default() -> ImPlotTick_c
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImPlotTick_c
impl PartialEq for ImPlotTick_c
impl Copy for ImPlotTick_c
impl StructuralPartialEq for ImPlotTick_c
Auto Trait Implementations§
impl Freeze for ImPlotTick_c
impl RefUnwindSafe for ImPlotTick_c
impl Send for ImPlotTick_c
impl Sync for ImPlotTick_c
impl Unpin for ImPlotTick_c
impl UnwindSafe for ImPlotTick_c
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