pub struct PointerRegionState {
pub last_down: Option<PointerDownCx>,
}Expand description
Per-element pointer state for PointerRegion.
Fields§
§last_down: Option<PointerDownCx>Trait Implementations§
Source§impl Clone for PointerRegionState
impl Clone for PointerRegionState
Source§fn clone(&self) -> PointerRegionState
fn clone(&self) -> PointerRegionState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PointerRegionState
impl Debug for PointerRegionState
Source§impl Default for PointerRegionState
impl Default for PointerRegionState
Source§fn default() -> PointerRegionState
fn default() -> PointerRegionState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PointerRegionState
impl RefUnwindSafe for PointerRegionState
impl Send for PointerRegionState
impl Sync for PointerRegionState
impl Unpin for PointerRegionState
impl UnsafeUnpin for PointerRegionState
impl UnwindSafe for PointerRegionState
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