#[repr(C)]pub struct ImPool_ImPlotSubplot {
pub Buf: ImVector_ImPlotSubplot,
pub Map: ImGuiStorage,
pub FreeIdx: ImPoolIdx,
pub AliveCount: ImPoolIdx,
}Fields§
§Buf: ImVector_ImPlotSubplot§Map: ImGuiStorage§FreeIdx: ImPoolIdx§AliveCount: ImPoolIdxTrait Implementations§
Source§impl Clone for ImPool_ImPlotSubplot
impl Clone for ImPool_ImPlotSubplot
Source§fn clone(&self) -> ImPool_ImPlotSubplot
fn clone(&self) -> ImPool_ImPlotSubplot
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 ImPool_ImPlotSubplot
impl Debug for ImPool_ImPlotSubplot
Source§impl Default for ImPool_ImPlotSubplot
impl Default for ImPool_ImPlotSubplot
Source§impl Hash for ImPool_ImPlotSubplot
impl Hash for ImPool_ImPlotSubplot
Source§impl PartialEq for ImPool_ImPlotSubplot
impl PartialEq for ImPool_ImPlotSubplot
impl Copy for ImPool_ImPlotSubplot
impl Eq for ImPool_ImPlotSubplot
impl StructuralPartialEq for ImPool_ImPlotSubplot
Auto Trait Implementations§
impl Freeze for ImPool_ImPlotSubplot
impl RefUnwindSafe for ImPool_ImPlotSubplot
impl !Send for ImPool_ImPlotSubplot
impl !Sync for ImPool_ImPlotSubplot
impl Unpin for ImPool_ImPlotSubplot
impl UnwindSafe for ImPool_ImPlotSubplot
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