pub struct DetermineCallbackResult {
pub hit_test_item: Option<HitTestItem>,
pub normal_callbacks: BTreeMap<EventFilter, Callback>,
}
Fields§
§hit_test_item: Option<HitTestItem>
§normal_callbacks: BTreeMap<EventFilter, Callback>
Implementations§
Source§impl DetermineCallbackResult
impl DetermineCallbackResult
pub fn has_normal_callbacks(&self) -> bool
pub fn has_any_callbacks(&self) -> bool
Trait Implementations§
Source§impl Clone for DetermineCallbackResult
impl Clone for DetermineCallbackResult
Source§impl Debug for DetermineCallbackResult
impl Debug for DetermineCallbackResult
Auto Trait Implementations§
impl Freeze for DetermineCallbackResult
impl RefUnwindSafe for DetermineCallbackResult
impl Send for DetermineCallbackResult
impl Sync for DetermineCallbackResult
impl Unpin for DetermineCallbackResult
impl UnwindSafe for DetermineCallbackResult
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)