#[repr(C)]pub struct ImVector_ImPlotAlignmentData {
pub Size: c_int,
pub Capacity: c_int,
pub Data: *mut ImPlotAlignmentData,
}Fields§
§Size: c_int§Capacity: c_int§Data: *mut ImPlotAlignmentDataTrait Implementations§
Source§impl Clone for ImVector_ImPlotAlignmentData
impl Clone for ImVector_ImPlotAlignmentData
Source§fn clone(&self) -> ImVector_ImPlotAlignmentData
fn clone(&self) -> ImVector_ImPlotAlignmentData
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_ImPlotAlignmentData
impl Debug for ImVector_ImPlotAlignmentData
Source§impl Hash for ImVector_ImPlotAlignmentData
impl Hash for ImVector_ImPlotAlignmentData
Source§impl PartialEq for ImVector_ImPlotAlignmentData
impl PartialEq for ImVector_ImPlotAlignmentData
Source§fn eq(&self, other: &ImVector_ImPlotAlignmentData) -> bool
fn eq(&self, other: &ImVector_ImPlotAlignmentData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ImVector_ImPlotAlignmentData
impl Eq for ImVector_ImPlotAlignmentData
impl StructuralPartialEq for ImVector_ImPlotAlignmentData
Auto Trait Implementations§
impl Freeze for ImVector_ImPlotAlignmentData
impl RefUnwindSafe for ImVector_ImPlotAlignmentData
impl !Send for ImVector_ImPlotAlignmentData
impl !Sync for ImVector_ImPlotAlignmentData
impl Unpin for ImVector_ImPlotAlignmentData
impl UnwindSafe for ImVector_ImPlotAlignmentData
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