pub struct AxisValue120Args {
pub axis: Axis,
pub value120: i32,
}
Fields§
§axis: Axis
axis type
value120: i32
scroll distance as fraction of 120
Trait Implementations§
Source§impl Clone for AxisValue120Args
impl Clone for AxisValue120Args
Source§fn clone(&self) -> AxisValue120Args
fn clone(&self) -> AxisValue120Args
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 AxisValue120Args
impl Debug for AxisValue120Args
impl Copy for AxisValue120Args
Auto Trait Implementations§
impl Freeze for AxisValue120Args
impl RefUnwindSafe for AxisValue120Args
impl Send for AxisValue120Args
impl Sync for AxisValue120Args
impl Unpin for AxisValue120Args
impl UnwindSafe for AxisValue120Args
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