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