#[repr(C)]pub struct ImPlotAnnotationCollection {
pub Annotations: ImVector_ImPlotAnnotation,
pub TextBuffer: ImGuiTextBuffer,
pub Size: c_int,
}Fields§
§Annotations: ImVector_ImPlotAnnotation§TextBuffer: ImGuiTextBuffer§Size: c_intTrait Implementations§
Source§impl Clone for ImPlotAnnotationCollection
impl Clone for ImPlotAnnotationCollection
Source§fn clone(&self) -> ImPlotAnnotationCollection
fn clone(&self) -> ImPlotAnnotationCollection
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 ImPlotAnnotationCollection
impl Debug for ImPlotAnnotationCollection
Source§impl Default for ImPlotAnnotationCollection
impl Default for ImPlotAnnotationCollection
Source§impl Hash for ImPlotAnnotationCollection
impl Hash for ImPlotAnnotationCollection
impl Copy for ImPlotAnnotationCollection
impl Eq for ImPlotAnnotationCollection
impl StructuralPartialEq for ImPlotAnnotationCollection
Auto Trait Implementations§
impl Freeze for ImPlotAnnotationCollection
impl RefUnwindSafe for ImPlotAnnotationCollection
impl !Send for ImPlotAnnotationCollection
impl !Sync for ImPlotAnnotationCollection
impl Unpin for ImPlotAnnotationCollection
impl UnwindSafe for ImPlotAnnotationCollection
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