Struct freya_core::events::dom_events::DomEvent
source · pub struct DomEvent {
pub name: String,
pub node_id: NodeId,
pub element_id: ElementId,
pub data: DomEventData,
}
Expand description
Event emitted to the DOM.
Fields§
§name: String
§node_id: NodeId
§element_id: ElementId
§data: DomEventData
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DomEvent
impl Send for DomEvent
impl Sync for DomEvent
impl Unpin for DomEvent
impl UnwindSafe for DomEvent
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