pub struct YTick {
pub value: f64,
pub frac: f64,
pub label: String,
pub row: usize,
}Fields§
§value: f64§frac: f64§label: String§row: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for YTick
impl RefUnwindSafe for YTick
impl Send for YTick
impl Sync for YTick
impl Unpin for YTick
impl UnsafeUnpin for YTick
impl UnwindSafe for YTick
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