#[repr(C)]pub struct ImPlotItemGroup {
pub ID: ImGuiID,
pub Legend: ImPlotLegend,
pub ItemPool: ImPool_ImPlotItem,
pub ColormapIdx: c_int,
}Fields§
§ID: ImGuiID§Legend: ImPlotLegend§ItemPool: ImPool_ImPlotItem§ColormapIdx: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImPlotItemGroup
impl RefUnwindSafe for ImPlotItemGroup
impl !Send for ImPlotItemGroup
impl !Sync for ImPlotItemGroup
impl Unpin for ImPlotItemGroup
impl UnwindSafe for ImPlotItemGroup
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