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