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