Struct wayrs_client::protocol::wl_pointer::AxisArgs
source · pub struct AxisArgs {
pub time: u32,
pub axis: Axis,
pub value: Fixed,
}Fields§
§time: u32timestamp with millisecond granularity
axis: Axisaxis type
value: Fixedlength of vector in surface-local coordinate space
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AxisArgs
impl Send for AxisArgs
impl Sync for AxisArgs
impl Unpin for AxisArgs
impl UnwindSafe for AxisArgs
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