pub struct DefaultInteractionsEngineResult {
pub captured_pointer_location: bool,
pub captured_pointer_action: bool,
pub captured_text_change: bool,
}
Fields§
§captured_pointer_location: bool
§captured_pointer_action: bool
§captured_text_change: bool
Implementations§
Trait Implementations§
source§impl Clone for DefaultInteractionsEngineResult
impl Clone for DefaultInteractionsEngineResult
source§fn clone(&self) -> DefaultInteractionsEngineResult
fn clone(&self) -> DefaultInteractionsEngineResult
Returns a copy 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 Default for DefaultInteractionsEngineResult
impl Default for DefaultInteractionsEngineResult
source§fn default() -> DefaultInteractionsEngineResult
fn default() -> DefaultInteractionsEngineResult
Returns the “default value” for a type. Read more
source§impl InteractionsEngine<DefaultInteractionsEngineResult, ()> for DefaultInteractionsEngine
impl InteractionsEngine<DefaultInteractionsEngineResult, ()> for DefaultInteractionsEngine
fn perform_interactions( &mut self, app: &mut Application, ) -> Result<DefaultInteractionsEngineResult, ()>
impl Copy for DefaultInteractionsEngineResult
Auto Trait Implementations§
impl Freeze for DefaultInteractionsEngineResult
impl RefUnwindSafe for DefaultInteractionsEngineResult
impl Send for DefaultInteractionsEngineResult
impl Sync for DefaultInteractionsEngineResult
impl Unpin for DefaultInteractionsEngineResult
impl UnwindSafe for DefaultInteractionsEngineResult
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
)