pub struct EdgeHitTestOptions {
pub interaction_width: f32,
pub curve_samples: usize,
}Expand description
Options for numeric edge hit testing.
Fields§
§interaction_width: f32§curve_samples: usizeImplementations§
Trait Implementations§
Source§impl Clone for EdgeHitTestOptions
impl Clone for EdgeHitTestOptions
Source§fn clone(&self) -> EdgeHitTestOptions
fn clone(&self) -> EdgeHitTestOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EdgeHitTestOptions
Source§impl Debug for EdgeHitTestOptions
impl Debug for EdgeHitTestOptions
Source§impl Default for EdgeHitTestOptions
impl Default for EdgeHitTestOptions
Source§impl PartialEq for EdgeHitTestOptions
impl PartialEq for EdgeHitTestOptions
Source§fn eq(&self, other: &EdgeHitTestOptions) -> bool
fn eq(&self, other: &EdgeHitTestOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EdgeHitTestOptions
Auto Trait Implementations§
impl Freeze for EdgeHitTestOptions
impl RefUnwindSafe for EdgeHitTestOptions
impl Send for EdgeHitTestOptions
impl Sync for EdgeHitTestOptions
impl Unpin for EdgeHitTestOptions
impl UnsafeUnpin for EdgeHitTestOptions
impl UnwindSafe for EdgeHitTestOptions
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