#[repr(C)]pub struct ImPlotPoint_c {
pub x: f64,
pub y: f64,
}Fields§
§x: f64§y: f64Trait Implementations§
Source§impl Clone for ImPlotPoint_c
impl Clone for ImPlotPoint_c
Source§fn clone(&self) -> ImPlotPoint_c
fn clone(&self) -> ImPlotPoint_c
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 ImPlotPoint_c
impl Debug for ImPlotPoint_c
Source§impl Default for ImPlotPoint_c
impl Default for ImPlotPoint_c
Source§fn default() -> ImPlotPoint_c
fn default() -> ImPlotPoint_c
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImPlotPoint_c
impl PartialEq for ImPlotPoint_c
impl Copy for ImPlotPoint_c
impl StructuralPartialEq for ImPlotPoint_c
Auto Trait Implementations§
impl Freeze for ImPlotPoint_c
impl RefUnwindSafe for ImPlotPoint_c
impl Send for ImPlotPoint_c
impl Sync for ImPlotPoint_c
impl Unpin for ImPlotPoint_c
impl UnwindSafe for ImPlotPoint_c
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