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