Struct augdom::event::GamepadDisconnectedBuilder [−][src]
pub struct GamepadDisconnectedBuilder(_);
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 = GamepadDisconnected
type Output = GamepadDisconnected
The event produced by the builder.
Build, returning the output.
Auto Trait Implementations
impl RefUnwindSafe for GamepadDisconnectedBuilder
impl !Send for GamepadDisconnectedBuilder
impl !Sync for GamepadDisconnectedBuilder
impl Unpin for GamepadDisconnectedBuilder
impl UnwindSafe for GamepadDisconnectedBuilder
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