#[repr(C)]pub struct ImPlotPoint {
pub x: f64,
pub y: f64,
}
Fields§
§x: f64
§y: f64
Trait Implementations§
Source§impl Clone for ImPlotPoint
impl Clone for ImPlotPoint
Source§fn clone(&self) -> ImPlotPoint
fn clone(&self) -> ImPlotPoint
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
impl Debug for ImPlotPoint
impl Copy for ImPlotPoint
Auto Trait Implementations§
impl Freeze for ImPlotPoint
impl RefUnwindSafe for ImPlotPoint
impl Send for ImPlotPoint
impl Sync for ImPlotPoint
impl Unpin for ImPlotPoint
impl UnwindSafe for ImPlotPoint
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