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