#[repr(C)]pub struct ImPlotTicker {
pub Ticks: ImVector_ImPlotTick,
pub TextBuffer: ImGuiTextBuffer,
pub MaxSize: ImVec2_c,
pub LateSize: ImVec2_c,
pub Levels: c_int,
}Fields§
§Ticks: ImVector_ImPlotTick§TextBuffer: ImGuiTextBuffer§MaxSize: ImVec2_c§LateSize: ImVec2_c§Levels: c_intTrait Implementations§
Source§impl Clone for ImPlotTicker
impl Clone for ImPlotTicker
Source§fn clone(&self) -> ImPlotTicker
fn clone(&self) -> ImPlotTicker
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 ImPlotTicker
impl Debug for ImPlotTicker
Source§impl Default for ImPlotTicker
impl Default for ImPlotTicker
Source§impl PartialEq for ImPlotTicker
impl PartialEq for ImPlotTicker
impl Copy for ImPlotTicker
impl StructuralPartialEq for ImPlotTicker
Auto Trait Implementations§
impl Freeze for ImPlotTicker
impl RefUnwindSafe for ImPlotTicker
impl !Send for ImPlotTicker
impl !Sync for ImPlotTicker
impl Unpin for ImPlotTicker
impl UnwindSafe for ImPlotTicker
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