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