#[repr(C)]pub struct ImPlotAnnotation {
pub Pos: ImVec2,
pub Offset: ImVec2,
pub ColorBg: ImU32,
pub ColorFg: ImU32,
pub TextOffset: c_int,
pub Clamp: bool,
}Fields§
§Pos: ImVec2§Offset: ImVec2§ColorBg: ImU32§ColorFg: ImU32§TextOffset: c_int§Clamp: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImPlotAnnotation
impl RefUnwindSafe for ImPlotAnnotation
impl Send for ImPlotAnnotation
impl Sync for ImPlotAnnotation
impl Unpin for ImPlotAnnotation
impl UnwindSafe for ImPlotAnnotation
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