Struct wayrs_client::protocol::wl_pointer::AxisStopArgs
source · pub struct AxisStopArgs {
pub time: u32,
pub axis: Axis,
}Fields§
§time: u32timestamp with millisecond granularity
axis: Axisthe axis stopped with this event
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AxisStopArgs
impl Send for AxisStopArgs
impl Sync for AxisStopArgs
impl Unpin for AxisStopArgs
impl UnwindSafe for AxisStopArgs
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