Struct wayrs_client::protocol::wl_pointer::AxisValue120Args
source · pub struct AxisValue120Args {
pub axis: Axis,
pub value120: i32,
}Fields§
§axis: Axisaxis type
value120: i32scroll distance as fraction of 120
Trait Implementations§
Auto Trait Implementations§
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