Struct augdom::event::CompositionUpdateBuilder  [−][src]
pub struct CompositionUpdateBuilder(_);Expand description
A builder for events.
Methods from Deref<Target = CompositionEventInit>
Change the bubbles field of this object.
This API requires the following crate features to be activated: CompositionEventInit
Change the cancelable field of this object.
This API requires the following crate features to be activated: CompositionEventInit
Change the composed field of this object.
This API requires the following crate features to be activated: CompositionEventInit
Change the detail field of this object.
This API requires the following crate features to be activated: CompositionEventInit
Change the view field of this object.
This API requires the following crate features to be activated: CompositionEventInit, Window
Change the data field of this object.
This API requires the following crate features to be activated: CompositionEventInit
Trait Implementations
type Target = CompositionEventInit
type Target = CompositionEventInit
The resulting type after dereferencing.
type Output = CompositionUpdate
type Output = CompositionUpdate
The event produced by the builder.
Build, returning the output.
Auto Trait Implementations
impl RefUnwindSafe for CompositionUpdateBuilder
impl !Send for CompositionUpdateBuilder
impl !Sync for CompositionUpdateBuilder
impl Unpin for CompositionUpdateBuilder
impl UnwindSafe for CompositionUpdateBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more