pub struct PlotValueOffset(/* private fields */);Expand description
Builder for a plot lines widget
Implementations§
Trait Implementations§
Source§impl Clone for PlotValueOffset
impl Clone for PlotValueOffset
Source§fn clone(&self) -> PlotValueOffset
fn clone(&self) -> PlotValueOffset
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PlotValueOffset
impl Debug for PlotValueOffset
Source§impl Default for PlotValueOffset
impl Default for PlotValueOffset
Source§fn default() -> PlotValueOffset
fn default() -> PlotValueOffset
Returns the “default value” for a type. Read more
Source§impl From<usize> for PlotValueOffset
impl From<usize> for PlotValueOffset
Source§impl PartialEq for PlotValueOffset
impl PartialEq for PlotValueOffset
Source§fn eq(&self, other: &PlotValueOffset) -> bool
fn eq(&self, other: &PlotValueOffset) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PlotValueOffset
impl Eq for PlotValueOffset
impl StructuralPartialEq for PlotValueOffset
Auto Trait Implementations§
impl Freeze for PlotValueOffset
impl RefUnwindSafe for PlotValueOffset
impl Send for PlotValueOffset
impl Sync for PlotValueOffset
impl Unpin for PlotValueOffset
impl UnsafeUnpin for PlotValueOffset
impl UnwindSafe for PlotValueOffset
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