#[repr(C)]pub struct ImPlotTicker {
pub Ticks: ImVector_ImPlotTick,
pub TextBuffer: ImGuiTextBuffer,
pub MaxSize: ImVec2,
pub LateSize: ImVec2,
pub Levels: c_int,
}Fields§
§Ticks: ImVector_ImPlotTick§TextBuffer: ImGuiTextBuffer§MaxSize: ImVec2§LateSize: ImVec2§Levels: c_intTrait Implementations§
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