Struct augdom::event::GamepadConnectedBuilder [−][src]
pub struct GamepadConnectedBuilder(_);
Expand description
A builder for events.
Methods from Deref<Target = GamepadEventInit>
Change the bubbles
field of this object.
This API requires the following crate features to be activated: GamepadEventInit
Change the cancelable
field of this object.
This API requires the following crate features to be activated: GamepadEventInit
Change the composed
field of this object.
This API requires the following crate features to be activated: GamepadEventInit
Trait Implementations
type Target = GamepadEventInit
type Target = GamepadEventInit
The resulting type after dereferencing.
type Output = GamepadConnected
type Output = GamepadConnected
The event produced by the builder.
Build, returning the output.
Auto Trait Implementations
impl RefUnwindSafe for GamepadConnectedBuilder
impl !Send for GamepadConnectedBuilder
impl !Sync for GamepadConnectedBuilder
impl Unpin for GamepadConnectedBuilder
impl UnwindSafe for GamepadConnectedBuilder
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