pub struct UiInputEventBinding {
pub kind: UiEventKind,
pub capture: bool,
pub handler: UiInputEventHandler,
}Fields§
§kind: UiEventKind§capture: bool§handler: UiInputEventHandlerTrait Implementations§
Source§impl Clone for UiInputEventBinding
impl Clone for UiInputEventBinding
Source§fn clone(&self) -> UiInputEventBinding
fn clone(&self) -> UiInputEventBinding
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for UiInputEventBinding
impl !UnwindSafe for UiInputEventBinding
impl Freeze for UiInputEventBinding
impl Send for UiInputEventBinding
impl Sync for UiInputEventBinding
impl Unpin for UiInputEventBinding
impl UnsafeUnpin for UiInputEventBinding
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