pub struct BeginArgs {
pub serial: u32,
pub time: u32,
pub surface: ObjectId,
pub fingers: u32,
}Available on crate feature
pointer-gestures-unstable-v1 only.Fields§
§serial: u32§time: u32timestamp with millisecond granularity
surface: ObjectId§fingers: u32number of fingers
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BeginArgs
impl RefUnwindSafe for BeginArgs
impl Send for BeginArgs
impl Sync for BeginArgs
impl Unpin for BeginArgs
impl UnwindSafe for BeginArgs
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