Struct wayrs_client::protocol::wl_pointer::AxisDiscreteArgs
source · pub struct AxisDiscreteArgs {
pub axis: Axis,
pub discrete: i32,
}Fields§
§axis: Axisaxis type
discrete: i32number of steps
Trait Implementations§
Auto Trait Implementations§
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