[−][src]Enum azul_core::window::AzulUpdateEvent
Custom event type, to construct an EventLoop<AzulWindowUpdateEvent>
.
This is dispatched into the EventLoop
(to send a "custom" event)
Variants
Fields of CreateWindow
window_create_options: WindowCreateOptions
Fields of CloseWindow
window_id: WindowId
Fields of DoHitTest
window_id: WindowId
Fields of RebuildUi
window_id: WindowId
Fields of RelayoutUi
window_id: WindowId
Fields of RebuildDisplayList
window_id: WindowId
Fields of SendDisplayListToWebRender
window_id: WindowId
Fields of UpdateScrollStates
window_id: WindowId
Fields of UpdateAnimations
window_id: WindowId
Fields of UpdateImages
window_id: WindowId
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for AzulUpdateEvent
impl !Send for AzulUpdateEvent
impl !Sync for AzulUpdateEvent
impl Unpin for AzulUpdateEvent
impl !UnwindSafe for AzulUpdateEvent
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,