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