Struct freya_components::GestureAreaProps
source · pub struct GestureAreaProps<'a> {
pub children: Element<'a>,
pub ongesture: EventHandler<'a, Gesture>,
}
Expand description
GestureArea
component properties.
Fields§
§children: Element<'a>
Inner children for the GestureArea.
ongesture: EventHandler<'a, Gesture>
Handler for the ongesture
event.
Implementations§
source§impl<'a> GestureAreaProps<'a>
impl<'a> GestureAreaProps<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for GestureAreaProps<'a>
impl<'a> !Send for GestureAreaProps<'a>
impl<'a> !Sync for GestureAreaProps<'a>
impl<'a> Unpin for GestureAreaProps<'a>
impl<'a> !UnwindSafe for GestureAreaProps<'a>
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