pub struct PointerObservation {
pub pointer_regions: Vec<ProviderPointerRegion>,
pub hit_test: Option<HitTest>,
}Expand description
Exact production pointer-router facts returned for one revision.
Fields§
§pointer_regions: Vec<ProviderPointerRegion>Canonical pointer-owned regions for semantic recipients.
hit_test: Option<HitTest>Optional production hit-test used to verify the complete viewport.
Auto Trait Implementations§
impl !RefUnwindSafe for PointerObservation
impl !UnwindSafe for PointerObservation
impl Freeze for PointerObservation
impl Send for PointerObservation
impl Sync for PointerObservation
impl Unpin for PointerObservation
impl UnsafeUnpin for PointerObservation
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