#[repr(C)]pub struct ImPlotTag {
pub Axis: ImAxis,
pub Value: f64,
pub ColorBg: ImU32,
pub ColorFg: ImU32,
pub TextOffset: c_int,
}Fields§
§Axis: ImAxis§Value: f64§ColorBg: ImU32§ColorFg: ImU32§TextOffset: c_intTrait Implementations§
impl Copy for ImPlotTag
impl StructuralPartialEq for ImPlotTag
Auto Trait Implementations§
impl Freeze for ImPlotTag
impl RefUnwindSafe for ImPlotTag
impl Send for ImPlotTag
impl Sync for ImPlotTag
impl Unpin for ImPlotTag
impl UnwindSafe for ImPlotTag
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