pub struct AxisDiscreteArgs {
pub axis: Axis,
pub discrete: i32,
}
Fields§
§axis: Axis
axis type
discrete: i32
number of steps
Trait Implementations§
Source§impl Clone for AxisDiscreteArgs
impl Clone for AxisDiscreteArgs
Source§fn clone(&self) -> AxisDiscreteArgs
fn clone(&self) -> AxisDiscreteArgs
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 AxisDiscreteArgs
impl Debug for AxisDiscreteArgs
impl Copy for AxisDiscreteArgs
Auto Trait Implementations§
impl Freeze for AxisDiscreteArgs
impl RefUnwindSafe for AxisDiscreteArgs
impl Send for AxisDiscreteArgs
impl Sync for AxisDiscreteArgs
impl Unpin for AxisDiscreteArgs
impl UnwindSafe for AxisDiscreteArgs
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